autonames               Automatically generate names for vectors
cross_fit               Cross map a model across multiple formulas,
                        subsets, and weights
cross_fit_glm           Cross fit generalized linear models
cross_fit_robust        Cross fit robust linear models
cross_join              Crossing join
cross_list              List all combinations of values
future_map_vec          Parallelized mapping functions that
                        automatically determine type
future_xmap             Map over each combination of list elements
                        simultaneously via futures
future_xmap_mat         Parallelized cross map returning a matrix or
                        array
map_vec                 Mapping functions that automatically determine
                        type
tidy_glance             Turn an object into a tidy tibble with glance
                        information
xmap                    Map over each combination of list elements
xmap_mat                Return a table applying a function to all
                        combinations of list elements
xpluck                  Get one or more elements deep within a nested
                        data structure
