Description Usage Arguments Examples
This lets environment authors set environment variables in requirements.R that get copied over to the course image, and available to all exercises
1 | write_envvar(..., file = "/etc/R/Renviron")
|
... |
environment variables to copy |
file |
path to environment file to copy the variables to |
1 2 3 4 | ## Not run:
write_envvar(DC_SHINY = "1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.