| get_label_from_columnrow | R Documentation |
Finds the label (string) of a variable specific value at the row. If there is not a label then the function return the value. If there is not value or the nrow is not in an acceptable range then it returns NA.
get_label_from_columnrow(
arow,
column.of.data.frame,
verbose = FALSE)
arow |
The row to look at |
column.of.data.frame |
The column name to look for value labels |
verbose |
Set to TRUE if quiet use is not desired. Default is set to FALSE (do not show warning messages |
A string with the label of the value
Epaminondas Diamantopoulos
get_label_from_columnrow(21, freeassociationdata$gender)