clean_jamsession_name | R Documentation |
Clean jamsession name prior to saving an output file
clean_jamsession_name( x, remove_pattern = "[._'\" /\\]+", replacement = "_", verbose = FALSE, ... )
x |
|
remove_pattern |
|
replacement |
|
... |
additional arguments are passed to |
This function is intended to take an R session name as a character
string, and will replace unwanted characters with a fixed string,
by default underscore "_"
. The remove_pattern
and the
replacement
are configurable if needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.