View source: R/check_API_results.R
check_API_results | R Documentation |
Checks that the result is a 200 status code.
check_API_results(requete)
requete |
requete sur l'API d'interet |
un booleen (status = 200 : TRUE / FALSE)
requete <- curl::curl_fetch_memory("http://www.google.com") check_API_results(requete = requete)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.