set_config_in: Set a configuration parameter for a package

Description Usage Arguments Details Value See Also

View source: R/getset.R

Description

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.

Usage

1

Arguments

...

Parameters to set, they should be all named.

.in

An environment, typically belonging to a package.

Details

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.

Value

Nothing.

See Also

set_config


pkgconfig documentation built on Sept. 22, 2019, 5:05 p.m.