create_sim | R Documentation |
create_sim()
initializes a directory for your simulation
study. It wraps around usethis::create_project()
, as well as
usethis::use_git()
and
renv::init()
.
create_sim(path, init_git = TRUE, init_renv = FALSE, tests = TRUE, hpc = FALSE)
path |
A |
init_git |
A |
init_renv |
A |
tests |
A |
hpc |
A |
## Not run:
# create template directory for simulation project
create_sim("path/to/sim")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.