get_query_data | R Documentation |
Get query data
get_query_data(
url,
token,
output_type = "parsed",
language = "nl",
check_ssl = TRUE,
debug = FALSE
)
url |
The url to make your request to. |
token |
API access token. |
output_type |
One of ["parsed", "text"]. |
language |
Language of the response data. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
List including the response data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.