getAllRows: Get up to 10,000 rows of a dataset (V2)

Description Usage Arguments Value

View source: R/getAllRows.R

Description

Returns a dataframe with up to 10,000 rows of a dataset.

This function uses the V2 version of the API.

Usage

1
getAllRows(apiKey, datasetId, size = 10000, includes, excludes)

Arguments

apiKey

The API key, in quotes. You can find the API key in the settings after logging into Numetric

datasetId

The dataset Id, in quotes. You can find the dataset Id by using the getDatasets function, or by navigating to the dataset. The string after the last forward slash in the url is the dataset Id.

size

The maximum number of rows of data to return. The default and maximum is 10,000.

includes

Optional. A vector of stings listing the column names that you want to INCLUDE. The default is to include all columns.

excludes

Optional. A vector of stings listing the column names that you want to EXCLUDE. The default is to exclude no columns.

Value

Returns a dataframe.


RonGuymon/numetricAPI documentation built on May 6, 2019, 10:12 a.m.