| .check_col_new | R Documentation |
Check that a column name does not already exist in a data frame
.check_col_new(
x,
col_name,
col_arg = caller_arg(col_name),
x_arg = "x",
call = caller_env()
)
x |
( |
col_name |
( |
col_arg |
( |
x_arg |
( |
call |
( |
x (invisibly). Throws an error if col_name is already a column
of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.