function_create_a_new_unique_var_name: Provides variable name that is not already exists in the data...

Description Usage Arguments Value Author(s) Examples

Description

Provides a column name like the likewhatvariable that is not already exists in the data frame data.

Usage

1
create_a_new_unique_var_name(likewhatvariable, data.df)

Arguments

likewhatvariable

The initial name (string)

data.df

The data frame to be added

Value

A string with the suggested name.

Author(s)

Epaminondas Diamantopoulos

Examples

1
2
3
4
5
newvariablename = create_a_new_unique_var_name(
            "diet1stword",
            freeassociationdata)

print(newvariablename)

wordgraph documentation built on July 1, 2020, 10:01 p.m.