# \donttest{
bio <- get_biological_test_results(identifier = "2244", domain = "compound")
bio
# Return all matching sections (if multiple are present)
bio_all <- get_biological_test_results(
identifier = "2244",
domain = "compound",
.all = TRUE
)
bio_all
# }
Run the code above in your browser using DataLab