# \donttest{
compounds <- get_compounds(
identifier = c("aspirin", "ibuprofen"),
namespace = "name"
)
instance(compounds) # Returns the results for "aspirin"
instance(compounds, "ibuprofen")
# }
Run the code above in your browser using DataLab