getDetailedInfo: getDetailedInfo

Description Usage Arguments Value See Also Examples

Description

Get all detailed matadata info for one account (datasuites/tables/column names level).

Usage

1
getDetailedInfo(auth, account.name)

Arguments

auth

Authentication instance. result of authenticate function

account.name

Name of the account for which to get metadata (column acct.name from the result of the function getAccountInfo)

Value

list of dataframes with detailed metadata. One element per datasuite of account.name.

See Also

Other metadata functions: getAccountInfo, getDatasuiteInfo, getReplacementNames, getSegmentInfo, getTableInfo, getVariableInfo

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)
acct.detailed.info <- getDetailedInfo(auth, account.name = "Demo")

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