standardizeArgument_colnames {editbl} | R Documentation |
Standardize colnames argument to the format of named character vector
Description
Standardize colnames argument to the format of named character vector
Usage
standardizeArgument_colnames(colnames, data)
Arguments
colnames |
if missing, the column names of the data; otherwise it can be
an unnamed character vector of names you want to show in the table header
instead of the default data column names; alternatively, you can provide a
named numeric or character vector of the form |
data |
|
Value
named character vector
Author(s)
Jasper Schelfhout
[Package editbl version 1.0.5 Index]