View source: R/param_tracking.R
| restore_seed | R Documentation |
Restore a previously tracked random seed
restore_seed(analysis_name, registry_file = ".capsule/seed_registry.json")
analysis_name |
Character. Name of analysis to restore seed from |
registry_file |
Character. Path to seed registry |
The seed value (invisibly)
## Not run:
# Restore previously tracked seed
restore_seed("simulation_1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.