Description Usage Arguments Examples
Replaces and weird characters or spaces with dots
1  | fixNames(x)
 | 
x | 
 data.table. With weird column names.  | 
1 2 3 4  | x <- data.table::fread(system.file("extdata", "Newspapers.csv", package = "nladwa"))
names(x)
fixNames(x)
names(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.