read_env_var: Reads Environment Variables

View source: R/package-auth.R

read_env_varR 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 token, host, or wsid

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


brickster documentation built on April 12, 2025, 1:21 a.m.