View source: R/generic_textutils.R
text_to_path | R Documentation |
Concatenate character elements into a unix-like path specification.
text_to_path(...)
... |
One or more character scalars to be concatenated with |
A character variable containing the concatenated strings, properly delimited with slashes.
a = "dir1" b = "dir2" c = "dir3" text_to_path(a, b, c) ## "dir1/dir2/dir3/"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.