powered by
Provides a column name like the likewhatvariable that is not already exists in the data frame data.
create_a_new_unique_var_name(likewhatvariable, data.df)
The initial name (string)
The data frame to be added
A string with the suggested name.
# NOT RUN { newvariablename = create_a_new_unique_var_name( "diet1stword", freeassociationdata) print(newvariablename) # }
Run the code above in your browser using DataLab