getDatasuiteInfo: getDatasuiteInfo

Description Usage Arguments Value See Also Examples

Description

Get info (name, id, description) on all datasuites a user has access to (for all accounts)

Usage

1

Arguments

auth

Authentication instance. result of authenticate function

Value

R data frame containing one row per datasuite 'auth' has access to.

See Also

Other metadata functions: getAccountInfo, getDetailedInfo, 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)
datasuites.df <- getDatasuiteInfo(auth)

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