Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concatenate-with-strings #6

Open
dpastoor opened this issue Mar 20, 2015 · 0 comments
Open

concatenate-with-strings #6

dpastoor opened this issue Mar 20, 2015 · 0 comments

Comments

@dpastoor
Copy link

so the solution relies on the person knowing how to escape string characters. A googling of 'add quotes paste R' takes right to a stack overflow answer.

An additional 'side effect' issue is that beginners or even 'intermediate' users that aren't familiar with the nuances of the REPL, will think that the escape characters, even though rendered int the repl, will not show up when actually written out to a file/knitted

paste("\"red\"", "\"green\"", sep = ",")

should do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant