Suppose you have a character vector:
char <- c(\"one\", \"two\", \"three\")
When you make reference to an index value, you get the follo
I'm just guessing, is this in the ball park of what you're trying to achieve?
> a <- "a" > a [1] "a" # quote yes > as.factor(a) [1] a #quote no