Description Usage Arguments Value Examples
Private function. Converts returned JSON data into an R dataframe.
1 | to_dataframe(response, keep_metadata = "clean")
|
response |
The raw response data after a query. |
keep_metadata |
Flag to indicate if metadatata should be handled. Suported values are: - "clean" - remove metadata (default one) - "raw" - remove metadata - "raw_links" - remove metadata links |
resource()
returns a resource object for a Hivepod backend.
This resource object can be used to make queries, count and manipulate data in the backend.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.