Description Usage Arguments Value Examples
View source: R/class-auth-utils.R
Set authentication environment variables for Seven Bridges API
1 | sbg_get_env(x)
|
x |
Name of the system environment variable |
value of the environment variable
1 2 3 4 5 6 7 | # set and get two environment variables for CGC
token <- "your_token"
## Not run:
sbg_set_env("https://cgc-api.sbgenomics.com/v2", token)
sbg_get_env("SB_API_ENDPOINT")
sbg_get_env("SB_AUTH_TOKEN")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.