Description Usage Arguments Details Value See Also
This is a more flexible variant of link{set_config}
,
and it allows creating an custom API in the package that
uses pkgconfig
for its configuration.
1 | set_config_in(..., .in = parent.frame())
|
... |
Parameters to set, they should be all named. |
.in |
An environment, typically belonging to a package. |
This function is identical to set_config
, but it allows
supplying the environment that is used as the package the configuration
is set for. This makes it possible to create an API for setting
(and getting) configuration parameters.
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.