Description Usage Arguments Value Examples
Fetch multiple data sources at once and parse them once they are downloaded.
1 | curl_async(urls, .parse = RcppSimdJson::fparse)
|
urls |
'character(n)'. A vector of URLs. |
.parse |
'function'. The function used to parse the JSON data. |
The parsed JSON.
1 | curl_async("https://fantasy.premierleague.com/api/element-summary/1/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.