SDITools / adobeanalyticsr

R Client for Adobe Analytics API v2.0
Other
18 stars 9 forks source link

pretty name for dimensions and metrics #15

Closed benrwoodard closed 3 years ago

benrwoodard commented 3 years ago

Using the id and title/name, create a list of pretty names for each dimension and metric in the call and then return back the names by names(dat) <- prettynames Theoretically, this would add a few seconds to the function time but would be an additional attribute int he function so it could be turned on and off.
Call metrics Call dimensions Trim to id/name join with expected final names and produce final pretty name list to use on final output if TRUE

benrwoodard commented 3 years ago

added in 0.0.9526