Description Usage Arguments Value Examples
Run an analysis while freezing a copy of the code (and perhaps dependencies) for later perusal.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
analyses_to_run |
R or R markdown files to be run and frozen. |
prefix_omit |
|
destination |
Where to save the code (and log, and maybe dependencies and output) |
run_from_cryo_storage |
If |
dependencies |
A list of file paths to extra files your analysis uses.
They will get saved to destination if they are smaller than |
seed_to_set |
seed for rng. If |
timestamp_as_folder |
If |
force |
If |
copy_deps_kb_limit |
|
purl_aggressively |
If |
chastise |
If |
notes_file |
Name of file to be created while |
repos_to_track |
For git users. If you want to record what commit some outside repo is on – for example, a package that you are developing separate from your data analysis repo – put the path here. You can put more than one. |
returns destination
arg.
1 2 3 | #setwd( file.path( "~", "my_freezr_example_project" ), )
#freeze( analyses_to_run = c( "scripts/my_functions.Rmd", "scripts/my_script.R" ),
# destination = file.path("~", "my_freezr_example_project", "results") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.