Description Usage Arguments Value Examples
Standardize columns names into preferred format (e.g. 'r-ify them with . as the separator)
1 | fix.sdb.names(x = "EDWSampleVarName")
|
x |
A vector of strings, typically the result of names(...). |
A character vector in r-ish format, i.e. lowercase text with words separated by '.'.
1 | fix.sdb.names(c("SDBSrcSysKey", "QuarterlyGPA", "AcademicYear"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.