Get a safe name to save current workspace without overwriting
Source:R/get_safe_workspace_name.R
get_safe_workspace_name.Rd
Get a safe name to save current workspace without overwriting
Arguments
- 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.
Value
A safe name for exporting the workspace, as a "character string", and also indicated in a message.
Examples
# \donttest{
if (FALSE) {
library(phdcocktail)
get_safe_workspace_name()
}
# }