# This shows the definition of all pre-defined `tte_source` objects that ship
# with {admiralonco}
for (obj in admiral::list_tte_source_objects(package = "admiralonco")$object) {
cat(obj, "\n")
print(get(obj, envir = getNamespace("admiralonco")))
cat("\n")
}
Run the code above in your browser using DataLab