set_config_value: set_config_value

View source: R/set_config_value.R

set_config_valueR Documentation

set_config_value

Description

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.

Usage

set_config_value(parameter, value, configuration = "default", preview = FALSE)

Arguments

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.

Details

There is a preview mode, so you can admire your handiwork.

Value

None


Choens/acuitasAdHoc documentation built on March 18, 2022, 6:37 a.m.