renaming {carpenter} | R Documentation |
Renaming row and header variables.
Description
Renaming row and header variables.
Usage
renaming(data, type = c("rows", "header"), replace)
Arguments
data |
The |
type |
Whether to rename the row column or the headers. |
replace |
If type is 'row', needs to be a function (anonymous or otherwise)
using the |
Value
Adds to the table outline to rename the rows and/or header variables in the final table.
See Also
carpenter()
for a list of all functions, examples, and
accessing the introduction tutorial vignette.
[Package carpenter version 0.2.2 Index]