make_fn_portable | R Documentation |
Make Portable File Names
make_fn_portable(
fn,
vb = options::opt("vb"),
replace_regex = "[ &\\!\\)\\(\\}\\{\\[\\]\\+\\=@#\\$%\\^\\*]",
replacement_char = "_"
)
fn |
Databrary party ID |
vb |
Show verbose messages. (Defaults to |
replace_regex |
A character string. A regular expression to capture the "non-portable" characters in fn. |
replacement_char |
A character string. The character(s) that will replace the non-portable characters. |
A "cleaned" portable file name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.