pull_meta.Rd
Pull a single item from the meta data object
pull_meta(x, what)
a yspec object
character name of item in meta
spec <- ys_help$spec() pull_meta(spec, "description")#> [1] "Example PopPK analysis data set."