Nothing
## -----------------------------------------------------------------------------
library(normanR)
# Fetch substance data by CAS number using the core function
data_cas <- fetch_norman(
module = "susdat",
parameter = "casrn",
value = "1490-04-6",
format = "json"
)
data_cas$`Compound name`
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.