View source: R/library--data_prep--calculated_tools--factor_vec_by_number_points.R
factorVecByNumPoints | R Documentation |
convert column to factor based on amount of entries
factorVecByNumPoints(DF, FacVar, FiltVar = NA)
DF |
The data frame being manipulated |
FacVar |
The column being converted to a factor |
FiltVar |
A column to filter before counting entrys. Defaults to FacVar |
DF with the FacVar column a factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.