Map user columns to text (and optionally labels)
Arguments
- data
A data frame.
- text_col
Name of the column to become
text.- label_col
Optional name of the column to become
labels.- keep_original
Keep the original columns alongside the mapped ones. A pre-existing
text(orlabels) column that is not itself the mapped source is preserved under a.originalsuffix rather than overwritten.
