Description Usage Arguments Value Examples
View source: R/dependanciesData.R
tryCatch
1 | robustCurl(x)
|
x |
a httr::GET(url) |
Error or warning message if httr::GET() don't work
1 2 3 4 5 6 | ## Not run:
robustCurl(httr::GET(
"http://localhost:8081/rest/resources/pivot?codes_jeu=lgt-ges-eddycovariance"),
httr::timeout(60)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.