View source: R/make_notebooks.R
new_analysis | R Documentation |
Create new analysis object
new_analysis(
name = "analysis",
notebook_dir = "notebooks",
out_dir = "results",
out_dir_human = fs::path("results_human", name)
)
name |
character string. Specifies name of the analysis (used in output file names) |
notebook_dir |
base directory of the notebook files |
out_dir |
base directory for the result files |
out_dir_human |
base directory for links to the result files with human readable names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.