Description Usage Arguments Value Author(s) Examples
Check if curl is avaiable for given API URL(s)
1 2 |
url |
character vector of API URLs |
app_name |
character vector of API app name. If missing, |
use_curl |
logical, whether to use curl. The function will check the url(s) only when use_curl = TRUE. Default TRUE. |
messaging |
logical, whether print messages while processing. Default FALSE. |
a logical vector corresponding to url.
Yiying Wang, wangy@aetna.com
1 2 3 4 5 6 7 | ## Not run:
check_curl(c("http://www.baidu.com",'https://www.google.com')) # returns
# www.baidu.com www.google.com
# FALSE TRUE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.