Description Usage Arguments 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 | use_model(script_name, author = "Avery Robbins")
use_script(script_name, author = "Avery Robbins")
use_eda(script_name, author = "Avery Robbins")
|
script_name |
a character vector |
author |
a character vector |
a .R file in a specified directory
use_model
: Create a script for modeling
use_script
: Create a new or open an existing script for
data processing
use_eda
: Create a new or open an existing script for eda
1 2 3 | use_model("01_random-forest")
use_script("monthly-project")
use_eda("explore-canvas")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.