read_env_var {brickster} | R Documentation |
Reads Environment Variables
Description
Reads Environment Variables
Usage
read_env_var(key = c("token", "host", "wsid"), profile = NULL, error = TRUE)
Arguments
key |
The value to fetch from profile. One of |
profile |
Character, the name of the profile to retrieve values |
error |
Boolean, when key isn't found should error be raised |
Details
Fetches relevant environment variables based on profile
Value
named list of values associated with profile
[Package brickster version 0.2.5 Index]