chr_string | R Documentation |
This function returns characters into a vector (you can copy into r source file instead of writing it manually)
chr_string(x, writeline = NULL)
x |
specify character or string vector to be converted |
writeline |
TRUE/FALSE whether to return interpretable written language or not |
returns a dataframe
## Not run: letters[1:4] chr_string(letters[1:4]) chr_string(letters[1:4], writeline = T) chr_string(letters[1:4], writeline = F) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.