Description Usage Value Functions Examples
Create a new or open an existing script in one of three directories: models, scripts, or eda.
1 2 3 4 5 6 7 8 9 10 11 | ls_models()
ls_scripts()
ls_eda()
ls_data_derived()
ls_data_raw()
ls_helpers()
|
a character vector of files
ls_models
: List all of the scripts in the models directory
ls_scripts
: List all of the scripts in the scripts directory
ls_eda
: List all of the scripts in the eda directory
ls_data_derived
: List all of the scripts in the data-derived
directory
ls_data_raw
: List all of the scripts in the data-raw directory
ls_helpers
: List all of the scripts in the helpers directory
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.