powered by
Makes title for decorated vectors. If option with_title is TRUE and x has a 'units' attribute, it adds the title attribute. See also drop_title for coordinated use.
with_title
drop_title
# S3 method for dvec make_title(x, ..., with_title = getOption("yamlet_with_title", TRUE))
dvec
ignored arguments
whether to drop title
Other labels: alias.data.frame(), append_units(), append_units.data.frame(), append_units.default(), drop_title(), drop_title.decorated(), drop_title.default(), drop_title.dvec(), make_title(), make_title.decorated(), make_title.default(), sub_units()
alias.data.frame()
append_units()
append_units.data.frame()
append_units.default()
drop_title()
drop_title.decorated()
drop_title.default()
drop_title.dvec()
make_title()
make_title.decorated()
make_title.default()
sub_units()
library(magrittr) 1 %>% as_dvec(label = 'length', guide = 'mm') %>% resolve
Run the code above in your browser using DataLab