SDITools / adobeanalyticsr

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

Unname elements of global_filter #132

Closed charlie-gallagher closed 2 years ago

charlie-gallagher commented 2 years ago

Unnaming vectors at the filter construction stage, because a valid global filter construct has no named elements except for proper ones. We could strip all names in aw_freeform table, too, but this is less invasive.

Resolves #131.