getReplacementNames: getReplacementNames

Description Usage Arguments Value See Also Examples

Description

Get all replacement names associated to an account. Replacement names are column names displayed in the tables in the UI that were not the original names defined.

Usage

1
getReplacementNames(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

dataframe with the column names of the variables that have a replacement name in the UI, along with the associated table and datasuite. NA is no column names has replacement names.

See Also

Other metadata functions: getAccountInfo, getDatasuiteInfo, getDetailedInfo, 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)
rep.names.df <- getReplacementNames(auth, account.name = "Demo")

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