select_labels
From metacoder v0.3.3
by Zachary Foster
Pick labels to show
Pick labels to show based off a column name to sort by and a maximum number
- Keywords
- internal
Usage
select_labels(my_data, label_max, sort_by_column, label_column)
Arguments
- my_data
data.frame
- label_max
numeric
of length 1- sort_by_column
character
of length 1; the name of a column inmy_data
- label_column
character
of length 1; the name of a column inmy_data
containing labels
Value
character
IDs of rows with labels to show
Community examples
Looks like there are no examples yet.