R/class-auth-utils.R
sbg_get_env.Rd
Set authentication environment variables for Seven Bridges API
sbg_get_env(x)
x | Name of the system environment variable |
---|
value of the environment variable
# set and get two environment variables for CGC token <- "your_token" if (FALSE) { sbg_set_env("https://cgc-api.sbgenomics.com/v2", token) sbg_get_env("SB_API_ENDPOINT") sbg_get_env("SB_AUTH_TOKEN")}