read_config {gofigR} | R Documentation |
Reads the GoFigr configuration, prioritizing environment variables over the config file:
Description
* GF_USERNAME or config["username"] * GF_PASSWORD or config["password"] * GF_API_KEY or config["api_key"] * GF_WORKSPACE or config["workspace"] * GF_URL or config["url"]
Usage
read_config(path = NULL)
Arguments
path |
path to the config file, default find_config() |
Value
parsed configuration or empty list if not available
[Package gofigR version 1.1.0 Index]