addRowsV3: Add rows to a dataset (V3)

Description Usage Arguments Value

View source: R/addRowsV3.R

Description

Adds data to a new or existing dataset. If the primary key already exists in the indexed data, then the old data will be replaced with the new data.

If the primary key doesn't already exist in the dataset, then the new data will be added on to the existing data.

This function uses the V3 version of the API.

Usage

1
2
addRowsV3(apiKey, datasetId, dataframeName, chunkSize = 1500,
  printSample = F, nullArrays = F)

Arguments

apiKey

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

datasetId

The dataset ID, in quotes. It can be found by using the getDatasets function, or by navigating to the dataset in Numetric, and selecting the string after the last forward slash.

dataframeName

The name of the dataframe, without quotes.

chunkSize

Defaults to 1,500 rows.

printSample

Defaults to False. If set to True, then it will return a sample of the data that is being indexed to verify that it's correctly being converted to JSON.

nullArrays

Defaults to False. Set to true if your data has arrays within a cell, and if some of those arrays have NULL values.

Value

Returns the status (e.g., 200, 401).


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