View source: R/return_response.R
Base function for handling API response.
1 | return_response(response, asDataFrame)
|
response |
Response from API request. |
asDataFrame |
logical. Determines the content of the response returned by the function. If FALSE, the function will return full JSON response. If TRUE, the function will return only payload part of the response transformed into a dataframe. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.