get_detail | R Documentation |
This function performs a query to retrieve details for a CAS Registry Number.
get_detail(cas_rn, json = FALSE)
cas_rn |
(Character) CAS Registry Number with dashes, e.g., "50-78-2". |
json |
(Logical) Should the result be returned as JSON? Defaults to
|
The function performs a sanity check on the provided CAS Registry Number and then performs a query. If successful, a list with the available details will be returned.
Returns a list.
Raoul Wolf (https://github.com/RaoulWolf/)
## Not run: cas_rn <- "50-78-2" get_detail(cas_rn) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.