Learn R Programming

pkgconfig (version 1.0.0)

get_config: Query a configuration parameter key

Description

Query a configuration parameter key

Usage

get_config(key, fallback = NULL)

Arguments

key
The name of the parameter to query.
fallback
Fallback if the parameter id not found anywhere.

Value

  • The value of the parameter, or the fallback value if not found.