ctgov_query_api: Wrapper function for the API to return all tables

View source: R/query.R

ctgov_query_apiR Documentation

Wrapper function for the API to return all tables

Description

Passes arguments to the ctgov_query function, but returns the result as a list that joins all of the matching data from the other tables. Note that a few options have different defaults for the API.

Usage

ctgov_query_api(max_rows = 100L, ...)

Arguments

max_rows

integer. The maximum number of rows to return; Set to NULL to return all rows.

...

Options passed to ctgov_query.

Value

a named list of tables


presagia-analytics/ctrialsgov documentation built on March 25, 2024, 2:10 p.m.