Hi,
It appears that you used left double quotation marks and right double
quotation marks in your vector for characters. The first lst assignment is
copied from your post and indicates issues. I retyped with doulbe quotation
mark and went through fine with the second lst assignment. Unicode f
On 13.02.2015 18:15, Michael Pomeroy wrote:
When I try to create a list with three classes of objects: a numeric,
boolean, and vector of character data:
lst <- list(c(1,2),TRUE,c(“a”,“b”,“c”))
I receive this error:
Error: unexpected input in "lst <- list(c(1,2),TRUE,c(“"
Do not use directe
When I try to create a list with three classes of objects: a numeric,
boolean, and vector of character data:
lst <- list(c(1,2),TRUE,c(“a”,“b”,“c”))
I receive this error:
Error: unexpected input in "lst <- list(c(1,2),TRUE,c(“"
I receive a similar error when I create a data frame with mixed
3 matches
Mail list logo