setlowernames | R Documentation |
Convert column names to lower case
setlowernames(df)
df |
a data table to convert names to lower case |
This function modifies by reference.
a data table
x <- data.table::data.table(X = NA, Y = NA, Z = NA)
nsqipr:::setlowernames(x)
names(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.