test_that("It can print population charachteristics", {
popCharacteristics <- PopulationCharacteristics$new()
popCharacteristics$addMoleculeOntogeny(MoleculeOntogeny$new(molecule = "CYP3A4", ontogeny = "CYP3A4"))
expect_snapshot(print(popCharacteristics))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.