get_acoustic_bulk_wavs: Get Acoustic stationary bulk upload template dataframe for a...

Description Usage Arguments Examples

View source: R/nabat_gql_queries.R

Description

Returns all surveys within a single project (project_id)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
get_acoustic_bulk_wavs(
  token,
  survey_df,
  project_id,
  year = NULL,
  branch = "prod",
  url = NULL,
  aws_gql = NULL,
  aws_alb = NULL,
  docker = FALSE
)

Arguments

token

List token created from get_nabat_gql_token() or get_refresh_token()

survey_df

Dataframe a survey dataframe from the output of get_acoustic_project_summary()

project_id

Numeric or String a project id

year

(optional) Numeric year of data to be returned. NULL = first year, 'all' = all years, 2018 = only 2018 data

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
6
## Not run: 
acoustic_bulk_df = get_acoustic_bulk_wavs(token,
                                          get_acoustic_project_summary(),
                                          project_id)

## End(Not run)

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