| append_units.data.frame | R Documentation |
Appends units for data.frame.
For finer control, consider applying
append_units.default
to individual columns.
## S3 method for class 'data.frame'
append_units(x, ...)
x |
data.frame |
... |
named arguments passed to default method, un-named are columns to alter scope |
data.frame
Other labels:
alias.data.frame(),
append_units(),
append_units.default(),
drop_title(),
drop_title.decorated(),
drop_title.default(),
drop_title.dvec(),
make_title(),
make_title.decorated(),
make_title.default(),
make_title.dvec(),
sub_units()
library(magrittr)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
file %>% decorate %>% explicit_guide %>% append_units %>% decorations(Age, glyco)
file %>% decorate %>% explicit_guide %>% append_units(glyco) %>% decorations(Age, glyco)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.