get_ga_user {metricminer} | R Documentation |
This is a function to get the Google Analytics accounts that this user has access to
get_ga_user(token = NULL, request_type = "GET")
token |
credentials for access to Google using OAuth. 'authorize("google")' |
request_type |
Is this a GET or a POST? |
Information about what accounts Google Analytics credentials has access to
## Not run:
authorize("google")
get_ga_user()
## End(Not run)