On Oct 28, 2009, at 7:06 PM, David Winsemius wrote:
On Oct 28, 2009, at 6:22 PM, Mark W. Miller wrote:
I am guessing that your is not really an NA_character, but
rather a factor with a level of "".
See if str(s1) confirms my suspicions.
df1 <- read.table(textConnection(" Firstname
On Oct 28, 2009, at 6:22 PM, Mark W. Miller wrote:
I am guessing that your is not really an NA_character, but
rather a factor with a level of "".
See if str(s1) confirms my suspicions.
df1 <- read.table(textConnection(" Firstname Lastname Age
+ 1Bob Smith 20
+ 2 John
I am guessing that your is not really an NA_character, but
rather a factor with a level of "".
See if str(s1) confirms my suspicions.
> df1 <- read.table(textConnection(" Firstname Lastname Age
+ 1Bob Smith 20
+ 2 John Clark NA
+ 3 Andy 40"), header=T)
3 matches
Mail list logo