Moved some dependencies from “Imports” to “Suggests”.
Added combine_multichoice()
which combines
multichoice results.
Added common_prefix()
to find common prefixes in
character vectors.
Added group
argument to cut_by()
to cut
data by quantiles with groupings.
Added char_initial_cleaning()
to clean character
vectors.
Added indicate_duplicates()
to determine duplicate
elements, including their first occurrence.
Minor bug fixes and improvements.
Fixed potential colname conflict in
df_view_nonnum()
Modified code according to the CRAN cookbook.