base_url_request | R Documentation |
base function to return the data for the specified activity based on the url
base_url_request(
url,
oauth_token,
show_nchar_case_error = 135,
simplifyVector = TRUE
)
url |
a character string specifying the input url |
oauth_token |
a character string specifying the authentication token |
show_nchar_case_error |
an integer value specifying the number of characters to show in case of an error |
simplifyVector |
a boolean. Coerce JSON arrays containing only primitives into an atomic vector (see the documentation of the jsonlite::fromJSON() function) |
an object of class list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.