SDITools / adobeanalyticsr

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

Deprecate `segmentRsids` argument to `aw_segment_table` #150

Closed charlie-gallagher closed 1 year ago

charlie-gallagher commented 2 years ago

This argument limited the usefulness of the function, without adding anything in return. Previously I thought that aw_get_segments required a report suite to work, and so I used to use that argument. Using NULL is better, and causes all report suites to be searched. Since segment IDs are unique, there is no loss of accuracy in searching all report suites.

Resolves #149

Checklist