denamer | R Documentation |
namer()
.Function to extract arguments from an object created by namer()
.
denamer(string = NULL, arg = NULL, sep = getOption("sep"))
string |
A string created by |
arg |
Which argument should be extracted? |
sep |
Separator used. |
Andreas Scharmueller, andschar@proton.me
sep = '_'
denamer(
namer(dir = tempdir(),
prequel = 'test-prequel',
arg = list(weight = 12,
color = 'white'),
sep = sep,
ext = '.png'),
arg = c('color', 'weight'),
sep = sep
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.