Description Usage Arguments Details Value
A helper function for making api calls in zendesk_get funtion
1 | zendesk_call(link, zd_call, ...)
|
link |
the full api endpoint link to be called |
zd_call |
the endpoint to call |
... |
any valid parameter to be passed from zendesk_get |
This function will make one api call to the provided link and return a list of the dataframe with the content of the api call as well as the next link provided by the cull (will be null if there are no more pages)
a list of the resulting dataframe from one api call and its next link
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.