append_units {yamlet} | R Documentation |
Append Units
Description
Appends units attribute to label attribute.
Generic, with methods
append_units.default
and
append_units.data.frame
.
For a more general strategy see modify
.
Usage
append_units(x, ...)
Arguments
x |
object |
... |
passed arguments |
Value
see methods
See Also
Other deprecated:
alias.data.frame()
,
drop_title()
,
make_title()
Other labels:
alias.data.frame()
,
append_units.data.frame()
,
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()
Examples
# see methods
[Package yamlet version 1.2.0 Index]