## -----------------------------------------------------------------------------
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`


