has_enough_IDs.Rd
Get names of groups that has enough unique cases.
has_enough_IDs(OBJ, Var = colnames(OBJ)[1], ID = "ID", n_min = 5, na.rm = TRUE)
hyperSpec object
(string) variable name of factor variable
(string) variable name of ID variable
(integer) minimum number of unique IDs not to be treated as too few.
(logical) used by function sum()
. Default is TRUE
.
Vector of strings.
Other count spectra functions:
count_spectra()
,
has_too_few_IDs()
has_enough_IDs(Spectra2, "class", ID = "gr")
#> character(0)
has_enough_IDs(Spectra2, "class", ID = "gr", n_min = 2)
#> [1] "K" "l" "N" "S1"