SyntaxFix
Write A Post
Hire A Developer
Questions
If:
> char<-c("one", "two", "three")
You can:
> print(char[1],quote = FALSE)
Your result should be:
[1] one