isFormattedForDatabaseUpload | R Documentation |
This function is used to check a data.frame to ensure all column names are in snake case format.
isFormattedForDatabaseUpload(x, warn = TRUE)
x |
A data frame |
warn |
When TRUE, display a warning of any columns are not in snake case format |
Returns TRUE if all columns are snake case format. If warn == TRUE, the function will emit a warning on the column names that are not in snake case format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.