Description Usage Arguments Value Author(s) Examples
View source: R/check_names_table.R
A function to control the names provided for the dataframe to be created. A table name starting with a number is not valid for an object name in R. Thus this function adds "table_" before the number.
1 | check_names_table(table, col_name)
|
table |
The table to be controlled. Type = dataframe |
col_name |
The name of the table column to control. Type = character |
The given table with the chosen column transformed.
Briac LE RAY (briac.leray@partnre.com)
1 | check_names_table(table = my_table, col_name = "column_1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.