uploadData: uploadData

Description Usage Arguments See Also

Description

uploads data from R data.frame into Anametrix table

Usage

1
2
uploadData(auth, report.suite.id, table.object, dataframe, columns, tag,
  truncation = "none")

Arguments

auth

Authentication instance. See authenticate.

report.suite.id

ID number (numeric or character) of the data suite.

table.object

See getTableConfiguration to get it

dataframe

Data to upload. Must have the same number of columns as the table.object

columns

Array of column names that need to be uploaded. Example: c("city","country","male_population") Use printTable(tableObject) to see all column names.

tag

tags are used to identify the origin of the upload. Tags are associated to a user, therefore data associated with another user's tag can't be removed or modified.

truncation

"none" or "tag". If "none", new data is just bound to the existing table. If "tag", data associated with the same tag is overwritten.

See Also

Other dowload/upload functions: getAnametrixDataset, getAxDatasetFromEncodedQuery, getTableConfiguration


anametrix documentation built on Jan. 15, 2017, 3:13 p.m.