SyntaxFix
Write A Post
Hire A Developer
Questions
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