sbg_set_env: Set authentication environment variables for Seven Bridges...

Description Usage Arguments Value Examples

View source: R/class-auth-utils.R

Description

Set authentication environment variables for Seven Bridges API

Usage

1
sbg_set_env(url = NULL, token = NULL)

Arguments

url

Base URL for API.

token

Your authentication token.

Value

set two environment variables for authentication

Examples

1
2
3
4
5
6
7
# set and get 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)

sbg/sevenbridges-r documentation built on March 26, 2021, 3:33 p.m.