| drop_title.decorated | R Documentation |
Drops title for 'decorated' class. Limits scope to requested variables, and then calls class-specific methods for each.
## S3 method for class 'decorated'
drop_title(x, ...)
x |
object |
... |
optional names of variables to limit scope |
decorated
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()
library(magrittr)
x <- data.frame(length = 1:10)
x %>%
decorate('length: [ Length, mm ]') %>%
resolve %>%
desolve %>%
decorations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.