Displaying 3 results from an estimated 3 matches for "temd".
Did you mean:
ted
2004 Oct 05
3
Confounded data frame column names
...but I
don't quite know what to search for in help archives. When I name a
column "x11" in a data frame R thinks a column named "x1" exists. In
my application I am trying to test for the existence of a column, then
add it if it's not there. Here is a simple example:
> temd <- data.frame(x11=c(0:10))
> is.null(temd[["x1"]])
[1] FALSE
> temd[["x1"]]
[1] 0 1 2 3 4 5 6 7 8 9 10
> temd$x1
[1] 0 1 2 3 4 5 6 7 8 9 10
> temd[,"x1"]
Error in "[.data.frame"(temd, , "x1") : undefined columns...
2015 Jul 13
0
boot... round 2
On 13.07.2015 11:59, Gene Cumm wrote:
> Wrong list. Replying to right list shortly.
>
For some reason I began to repeat the same mistake, mixing sys-linux and sys-temd, haha.
At least one can laugh.
Sorry for disturbance,
it's summertime.
2015 Jul 03
7
boot... round 2
On Fri, Jul 3, 2015 at 12:50 AM, poma via Syslinux <syslinux at zytor.com> wrote:
> - "unsigned char c;" does not solve the problem
>
> - "c >= 0 && c <= ' '" solves the problem for the current git
Could you try the following patch? Feel free to only apply the change
to readconfig.c if you want.
--
-Gene
diff --git