Make all data.table names lowercase
Make all data.table names lowercase
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'data.table'
lowercase_names(DT, inplace = FALSE)
lowercase_names(x, ...)
## S3 method for class 'data.table'
setnames_lowercase(x, inplace = TRUE)
setnames_lowercase(x, ...)
|
DT |
|
x |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.