# This has a description, but it's not visible by default
pheno_base
# It can be added with the following
pheno_base %>%
desc_from_comments()
# Extra processing for preference can also implemented
pheno_base %>%
desc_from_comments(extra_proc = tolower)
# If a run label ($PROB) would make a good description, use the
# following instead:
pkpd_m3 %>%
set_prop(descr=get_prop(pkpd_m3,"label"))
Run the code above in your browser using DataLab