drop_title.decorated {yamlet}R Documentation

Drop Title for Decorated

Description

Drops title for 'decorated' class. Limits scope to requested variables, and then calls class-specific methods for each.

Usage

## S3 method for class 'decorated'
drop_title(x, ...)

Arguments

x

object

...

optional names of variables to limit scope

Value

decorated

See Also

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

Examples

library(magrittr)
x <- data.frame(length = 1:10)
x %>% 
  decorate('length: [ Length, mm ]') %>%
  resolve %>% 
  desolve %>%
  decorations


[Package yamlet version 1.2.5 Index]