View source: R/get_safe_workspace_name.R
get_safe_workspace_name | R Documentation |
Get a safe name to save current workspace without overwriting
get_safe_workspace_name(name = "analysis", time_in_name = TRUE)
name |
A desired name for the saved workspace. If no name is provided, the name will be 'analysis'. |
time_in_name |
A logical to indicate whether a timestamp should be included in the workspace's name. |
A safe name for exporting the workspace, as a "character string", and also indicated in a message.
if (FALSE) {
library(phdcocktail)
get_safe_workspace_name()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.