if (FALSE) {
# Set and track a specific seed
set_seed(12345, analysis_name = "simulation_1",
registry_file = tempfile(fileext = ".json"))
# Generate and track a random seed
set_seed(analysis_name = "bootstrap_analysis",
registry_file = tempfile(fileext = ".json"))
}
Run the code above in your browser using DataLab