Learn R Programming

bpcs (version 1.0.0)

create_index_cluster_lookuptable: Create a lookup table of names and indexes Note that the indexes will be created in the order they appear. For string this does not make much difference but for numbers the index might be different than the actual number that appears in names

Description

Create a lookup table of names and indexes Note that the indexes will be created in the order they appear. For string this does not make much difference but for numbers the index might be different than the actual number that appears in names

Usage

create_index_cluster_lookuptable(d, cluster)

Arguments

d

A data frame containing the observations. The other parameters specify the name of the columns

cluster

A string with the name of the cluster variable

Value

A dataframe of a lookup table with columns Names and Index