get_nabat_gql_token: NABat login to NABAt Database GQL

Description Usage Arguments Examples

View source: R/nabat_gql_queries.R

Description

Get a NABat GQL token to use for queries

Usage

1
2
3
4
5
6
7
8
9
get_nabat_gql_token(
  username = NULL,
  password = NULL,
  branch = "prod",
  url = NULL,
  aws_gql = NULL,
  aws_alb = NULL,
  docker = FALSE
)

Arguments

username

(optional) String your NABat username from https://sciencebase.usgs.gov/nabat/#/home

password

(optional) String it will prompt you for your password

branch

(optional) String that defaults to 'prod' but can also be 'dev'|'beta'|'local'

url

(optional) String url to use for GQL

aws_gql

(optional) String url to use in aws

aws_alb

(optional) String url to use in aws

docker

(optional) Boolean if being run in docker container or not

Examples

1
2
3
4
5
## Not run: 
nabat_gql_token = get_nabat_gql_token(username = 'NABat_Username')
-- Prompts for password

## End(Not run)

talbertc-usgs/NABatR documentation built on April 22, 2020, 8:23 p.m.