View source: R/FlickrAPIRequest.R
FlickrAPIRequest | R Documentation |
Request data from the Flickr API using the provided method, API key, and any
additional values passed to httr2::req_url_query()
.
FlickrAPIRequest( method = NULL, api_key = NULL, format = "json", simplifyVector = TRUE, check_type = FALSE, ... )
method |
Flickr API method to use for request. |
api_key |
Flickr API key. If api_key is |
format |
Format parameter passed to |
simplifyVector |
Default to |
check_type |
Default to |
... |
Additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.