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