install_deps_job | R Documentation |
Install dependencies job
install_deps_job(
project = ".",
project_type = "local",
verbose = 1,
create_args = list(renv_profile = Sys.getenv("RENV_PROFILE")),
...
)
project |
( |
project_type |
( |
verbose |
( |
create_args |
|
... |
Arguments passed on to
|
install_deps
## Not run:
install_deps_job()
install_deps_job(create_args = list(ref = "6_makegraph@main"))
# install all dependencies
install_deps_job(create_args = list(direction = "all"))
install_deps_job(dry_install = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.