check_column_name | R Documentation |
check_column_name
check_column_name(df, column.name)
df |
A data frame. |
column.name |
new column name |
A column name
Xiaotao Shen shenxt1990@outlook.com
df <-
data.frame(x = 1:2, y = 2:3, y.1 = 3:4)
df
check_column_name(df = df, column.name = "y")
check_column_name(df = df, column.name = "y.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.