get_generic_list {piwikproR} | R Documentation |
get_generic_list fetches all rows of a given api
Description
get_generic_list fetches all rows of a given api
Usage
get_generic_list(token, offset, api_endpoint, columns, datetime_columns)
Arguments
token |
login token generated by |
offset |
defailt 0, integer, where to start fetching usergroups |
api_endpoint |
string with api endpoint |
columns |
vector of strings containing columnnames |
datetime_columns |
vector of strings containing columnnames which are converted to datetime |
Value
data.frame
[Package piwikproR version 0.4.0 Index]