getTableDetails: Get the details of a specific table (V3)

Description Usage Arguments

View source: R/getTableDetails.R

Description

Returns a one row dataframe with meta data about the table of interest. This function uses the V3 version of the API.

Usage

1
getTableDetails(apiKey, tableId, fieldNames = T)

Arguments

apiKey

You can find the API key in the settings after logging into Numetric

tableId

The id of the table. You can find this by using the getTables function, or by navigating to the table, and then selecting the string after the last forward slash of the url.

fieldNames

By default it returns the display name, order, and type of all the fields. This can make the table very wide. If set to false, this field information will not be returned.


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