datasets: GetDatasets

View source: R/datasets.R

datasetsR Documentation

GetDatasets

Description

Load a list of all datasets or get info for a single dataset/study

Usage

datasets(
  idno = NULL,
  offset = 0,
  limit = 50,
  api_key = NULL,
  api_base_url = NULL
)

Arguments

idno

(Optional) Dataset IDNo

offset

Specify the number of rows to skip, default is 0

limit

Specify number of rows to return, default is 50 rows. Note: if more than 500 rows are requested, several API calls are made and results are combined..

api_key

API key (optional if API key is set using set_api_key)

api_base_url

API base endpoint (optional if API base endpoint is set using set_api_url)

Value

List of studies or a single study info


mah0001/nadar documentation built on March 30, 2024, 2:44 a.m.