set_makevars | R Documentation |
Makevars
file, by adding new variablesYou probably want with_makevars()
instead of this function.
set_makevars(
variables,
old_path = makevars_user(),
new_path = tempfile(),
assignment = c("=", ":=", "?=", "+=")
)
variables |
|
old_path |
|
new_path |
|
assignment |
|
Unlike with_makevars()
, it does not activate the new Makevars
file, i.e. it does not set the R_MAKEVARS_USER
environment variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.