ping_service | R Documentation |
Ping an API used in webchem to see if it's working.
ping_service(
service = c("bcpc", "chebi", "chembl", "cs", "cs_web", "cir", "cts", "etox", "fn",
"nist", "opsin", "pc", "srs", "wd"),
apikey = NULL
)
service |
character; the same abbreviations used as prefixes in
|
apikey |
character; API key for services that require API keys |
A logical, TRUE if the service is available or FALSE if it isn't
## Not run:
ping_service("chembl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.