as_discrete             Turn continuous data into discrete bins
bin                     A sometimes cheaper but argument richer
                        alternative to '.bincode()'
case                    A cheapr case-when and switch
cheapr-package          cheapr: Simple Functions to Save Time and
                        Memory
cheapr_if_else          Cheaper version of 'ifelse()'
factor_                 A cheaper version of 'factor()' along with
                        cheaper utilities
gcd                     Greatest common divisor and smallest common
                        multiple
get_breaks              Pretty break-points for continuous (numeric)
                        data
is_na                   Efficient functions for dealing with missing
                        values.
lag_                    Lagged operations.
lengths_                List utilities
named_list              Turn dot-dot-dot ('...') into a named list
new_df                  Fast data frame constructor
overview                An alternative to 'summary()' inspired by the
                        skimr package
recycle                 Recycle objects to a common size
sequence_               Utilities for creating many sequences
set_abs                 Math operations by reference - *Experimental*
setdiff_                Extra utilities
sset                    Cheaper subset
val_count               Efficient functions for counting, finding,
                        replacing and removing scalars
which_                  Memory-efficient alternative to 'which()'
