View source: R/strings_utils.R
splitp | R Documentation |
Helper aiming to detect placeholder pattern
splitp(write_to = "%d/%s_fromR.%e")
write_to |
string. Default is "%d/%s_fromR.%e" |
-%s: shortname (i.e. basename without extension)
-%p: first parent directory
-%d: full path directory
-%e: file extension
-%o: object id
-%c: channel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.