Learn R Programming

yamlet (version 1.2.1)

drop_title.dvec: Drop Title for Decorated Vector

Description

Drops title for decorated vectors. If option with_title is TRUE and x has a 'units' attribute, it removes the title attribute. See also make_title for coordinated use.

Usage

# S3 method for dvec
drop_title(x, ..., with_title = getOption("yamlet_with_title", TRUE))

Value

dvec

Arguments

x

dvec

...

ignored arguments

with_title

whether to drop title

See Also

Other labels: alias.data.frame(), append_units(), append_units.data.frame(), append_units.default(), drop_title(), drop_title.decorated(), drop_title.default(), make_title(), make_title.decorated(), make_title.default(), make_title.dvec(), sub_units()

Examples

Run this code
library(magrittr)
1 %>% 
as_dvec(label = 'length', guide = 'mm') %>%
resolve %>%
desolve

Run the code above in your browser using DataLab