rename_attrs {autodb} | R Documentation |
Rename relational data attributes
Description
Generic function, for renaming attributes present in a database-like structure.
Usage
rename_attrs(x, names, ...)
Arguments
x |
an object with an |
names |
a character vector of the same length as |
... |
further arguments passed on to methods. |
Details
This function has a different intended use to re-assigning
attrs_order
: that is intended only for rearranging the order of
the attributes, without renaming them. This is intended for renaming the
attributes without re-ordering them.
Value
A relational object of the same type as x
, with attributes
renamed consistently across the whole object.