Drops title by default.
To be specific: this is the default method
for the generic function drop_title
,
and it actually does nothing. Individual methods
are written for those classes where 'drop title'
behavior is expected.
# S3 method for default
drop_title(x, ...)
same as x
object
ignored
Other labels:
alias.data.frame()
,
append_units()
,
append_units.data.frame()
,
append_units.default()
,
drop_title()
,
drop_title.decorated()
,
drop_title.dvec()
,
make_title()
,
make_title.decorated()
,
make_title.default()
,
make_title.dvec()
,
sub_units()