ping_service {webchem} | R Documentation |
Ping an API used in webchem to see if it's working.
Description
Ping an API used in webchem to see if it's working.
Usage
ping_service(
service = c("bcpc", "chebi", "chembl", "cs", "cs_web", "cir", "cts", "etox", "fn",
"nist", "opsin", "pc", "srs", "wd"),
apikey = NULL
)
Arguments
service |
character; the same abbreviations used as prefixes in
|
apikey |
character; API key for services that require API keys |
Value
A logical, TRUE if the service is available or FALSE if it isn't
Examples
## Not run:
ping_service("chembl")
## End(Not run)
[Package webchem version 1.3.0 Index]