across                  Apply a function across multiple columns
arrange                 Arrange your data.frames
case_when               Logic within a dataframe
cut_time                Binning Date and Time Columns
explode                 Flattening a List-column
expression_             Evaluate Formula Expressions on Data Subsets
filter_                 filter a data.frame
gather_                 Reshape a data.frame
get_group_indices_      Determine Grouping Structure for a data.frame
join_asof_              Join Two Data Frames Based on Nearest Key
left_join_              Join two data.frames
m61r                    Create m61r object
m61r-package            High-Performance Data Manipulation with Pure
                        Base R
mutate_                 Transformative selections of a data.frame
read_csv                CSV Input and Output Utilities
select_                 select columns of a data.frame
summarise_              Summarise Formula on Groups
value_                  get or assign a value to a data.frame
