ping | R Documentation |
Pings the CoinGecko API to check if the service is available
ping()
This function has no arguments.
Returns TRUE
if the service is available and FALSE
otherwise.
ifelse(ping(), "API is available", "API is not available")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.