request_google_forms {metricminer} | R Documentation |
Get Google Forms
Description
This is a function to get the Calendly API user info
Usage
request_google_forms(
token,
url,
body_params = NULL,
query_params = NULL,
return_request = TRUE
)
Arguments
token |
credentials for access to Google using OAuth. 'authorize("google")' |
url |
The endpoint URL for the request |
body_params |
The body parameters for the request |
query_params |
The body parameters for the request |
return_request |
Should a list of the request be returned as well? |
Value
This function returns a list from a API response JSON file
[Package metricminer version 0.5.1 Index]