Description Usage Arguments Value Author(s) Examples
Provides a column name like the likewhatvariable that is not already exists in the data frame data.
1 | create_a_new_unique_var_name(likewhatvariable, data.df)
|
likewhatvariable |
The initial name (string) |
data.df |
The data frame to be added |
A string with the suggested name.
Epaminondas Diamantopoulos
1 2 3 4 5 | newvariablename = create_a_new_unique_var_name(
"diet1stword",
freeassociationdata)
print(newvariablename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.