zenodeo_fetch_ids: Fetches BLR Record Id's From Zenodo via Zenodeo

Description Usage Arguments Value Examples

View source: R/blr-zenodo.R

Description

Access the Zenodo API via a Zenodeo instance stored at endpoint.

Usage

1
2
zenodeo_fetch_ids(start = 1, offset = 10, all = FALSE,
  endpoint = "http://zenodeo.punkish.org/v1/", ...)

Arguments

start

integer(1) where to start from

offset

integer(1) how many records to fetch

all

logical(1) if true will keep iterating through the API until the end is reached/ fetches all id's; default behaviour is to stop after fetching one page

endpoint

character(1) endpoint address with "/" at the end

...

further paramters to be passed to the Zenodeo "records" API

Value

vector('list', n) of BLR id's.

Examples

1

pensoft/ropenbio documentation built on Dec. 17, 2020, 5:50 a.m.