| get_path_backup_dir | R Documentation |
get_path_backup_dir() gets string with path to directory for backup files.
create_backup_dir() creates directory for backup files.
open_backup_dir() open backup directory.
get_path_backup_dir(...)
create_backup_dir(...)
open_backup_dir(...)
... |
The name of subtirectory in backup directory.
Passed to to |
get_path_backup_dir() returns string with path to directory.
Default is "~/.R/_backup/".
## Not run: \donttest{
get_path_backup_dir()
open_backup_dir()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.