drop_title.decorated: Drop Title for Decorated

View source: R/drop_title.R

drop_title.decoratedR 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.data.frame(), append_units.default(), append_units(), drop_title.default(), drop_title.dvec(), drop_title(), make_title.decorated(), make_title.default(), make_title.dvec(), make_title(), sub_units()

Examples

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


yamlet documentation built on Oct. 6, 2023, 9:07 a.m.