check_downstream_job | R Documentation |
Check & install downstream job
check_downstream_job(
project = ".",
verbose = 1,
create_args = list(renv_profile = Sys.getenv("RENV_PROFILE")),
...
)
project |
( |
verbose |
( |
create_args |
|
... |
Arguments passed on to
|
check_downstream
## Not run:
check_downstream_job(check_args = Sys.getenv("RCMDCHECK_ARGS"))
check_downstream_job(
check_args = Sys.getenv("RCMDCHECK_ARGS"),
list(create_arg = list(ref = "6_makegraph@main"))
)
check_downstream_job(only_tests = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.