Description Usage Arguments See Also
uploads data from R data.frame into Anametrix table
| 1 2 | uploadData(auth, report.suite.id, table.object, dataframe, columns, tag,
  truncation = "none")
 | 
| auth | Authentication instance. See  | 
| report.suite.id | ID number (numeric or character) of the data suite. | 
| table.object | See  | 
| 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. | 
Other dowload/upload functions: getAnametrixDataset,
getAxDatasetFromEncodedQuery,
getTableConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.