ga.get.object_list: ga.get.object_list function

Description Usage Arguments Value

View source: R/ga.get.object_list.R

Description

Function that performs paginated multiple HTTP GET requests on api endpoint and processes each object with optional processing function from GlobalArchive

Usage

1
ga.get.object_list(api_endpoint, api_token, f = NULL, q = "")

Arguments

api_endpoint

api_endpoint

api_token

api_token

f

f optional, default=NULL, function pointer to process each object. If NULL, do nothing

q

optional, default=NULL: json query string for GA API

Value

A dataframe containing the json response from the API


UWAMEGFisheries/GlobalArchive documentation built on Dec. 2, 2019, 10:40 p.m.