View source: R/output_as_rforloop.R
output_as_rforloop | R Documentation |
Output a simplan into an R script.
output_as_rforloop(file, plan, add_nsims = TRUE)
file |
Output file path. |
plan |
Simplan plan. |
add_nsims |
Add the n-sims directly. |
plan <- yaml::read_yaml('~/git-projects/simplan/inst/test.yaml') ## Not run: output_as_rforloop(plan,file = 'results.R',add_nsims = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.