View source: R/set_config_value.R
set_config_value | R Documentation |
Sets the values of EXISTING parameters. You have to be careful with this thing, today, because it can only set EXISTING values. But, as long as they exist, you can hack away.
set_config_value(parameter, value, configuration = "default", preview = FALSE)
parameter |
Which parameter do you want to set? |
value |
What value do you want to set? |
configuration |
Which named configuration from config.yml do you want to use? Must be "default", "prod", or "rsconnect". The default is . . . default. |
preview |
Do you want to just "see" what it would look like? This is for interactive/testing purposes. Don't use this in a script. Seriously. It won't do anything useful. The default is zero. |
There is a preview mode, so you can admire your handiwork.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.