address                 Memory address of R object
as_discrete             Turn continuous data into discrete bins
attrs                   Add and remove attributes
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_c                A cheapr version of 'c()'
cheapr_if_else          Cheaper version of 'ifelse()'
cheapr_table            Fast frequency tables - Still experimental
copy                    Copy R objects
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
int_sign                A fast and integer-based 'sign()'
is_na                   Efficient functions for dealing with missing
                        values.
lag_                    Lagged operations.
list_lengths            List utilities
named_list              Turn dot-dot-dot ('...') into a named list
new_df                  Cheap data frame utilities
overview                An alternative to 'summary()' inspired by the
                        skimr package
rebuild                 Rebuild an object from a template
recycle                 Recycle objects to a common size
rep                     cheapr style repeat functions
sequence_               Utilities for creating many sequences
set_abs                 Math operations by reference - *Experimental*
setdiff_                Extra utilities
sset                    Cheaper subset
sset_df                 Fast functions for data frame subsetting
str_coalesce            Coalesce character vectors
val_count               Efficient functions for counting, finding,
                        replacing and removing scalars
which_                  Memory-efficient alternative to 'which()'
