Description Usage Arguments Details Value Examples
Creates the directory infrastructure that allows the user to mantain the dataset up-to-date. The function creates a backup folder where all the parameter tables are stored. This folder location can either be specified by the user or it is set to home directory. Inside "daphneg_backup_dataset" the tables are saved in .csv format;tables are nested here is created a second folder "RData" where a copy in .RData format is also stored and this file is the one that is going to be used in the anlaysis.
1 | set_backup(sb.dest = normalizePath("~"))
|
sb.dest |
Character. path where to create backup folder. (home directory as default) |
Set_backup() is also called by the function add_param() and synchro() in order to make sure the system is always up-to-date before performing every other calculation.
String of the backup folder. It automatically creates the infrastructure for dataset management. It will be used by other functions.
1 2 3 4 | # Example from default folder
set_backup()
# Example from custom folder
set_backup("/home/pejo/Documenti")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.