getTableConfiguration: getTableConfiguration

Description Usage Arguments Value See Also Examples

Description

Get configuration information about table table.name from datasuite report.suite.id

Usage

1
2
getTableConfiguration(auth, report.suite.id, table.name = NULL,
  table.id = NULL)

Arguments

auth

Authentication instance. result of authenticate function

report.suite.id

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

table.name

name of table found in 'name' field of table information, i.e. not the tableName field

table.id

should only be defined if table.name is not (otherwise, only table.id will be kept). Useful if two tables have the same name.

Value

List of objects defining the table configuration, used to download data from the Anametrix platform.

See Also

Other dowload/upload functions: getAnametrixDataset, getAxDatasetFromEncodedQuery, uploadData

Examples

1
2
3
4
5
username <- "demo.user@demoanametrix.com"
password <- "password"
if (!authenticationCheck(auth)) 
auth <- authenticate("https://demo.anametrix.com/api", username, password)
browser.table    <- getTableConfiguration(auth, 10385, "Browsers")

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