getAccountInfo: getAccountInfo

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

Arguments

auth

Authentication instance. result of authenticate function

Value

R data frame containing one row per account 'auth' has access to (account id (acct.id), account name (acct.name), and additional info)

See Also

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

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