%else%                  Inline fallback for expressions that might
                        error
%na<-%                  Assign a value to a vector's missing values
%regex<-%               Assign to a vector only where a regular
                        expression matches
%regex=%                Modify an object in place by regular expression
%~%                     Fuzzy (case- and whitespace-insensitive) string
                        equality
arithmetic_sugar        Arithmetic convenience operators
as.percent              Format a proportion as a percentage string
assign_ops              Assignment (in-place modifier) operators
choose_permute          Choose and permute operators
chr                     Cleaner type-conversion functions
comparisons             Comparison operators with better missing-value
                        handling
complete_cases          Statistics/Summaries with (Only) Missing Data
                        Removed
content_checks          Vector content checks
f                       String interpolation (f-strings for R)
f.as.numeric            Convert a factor with numeric labels into a
                        numeric vector
file_checks             File Extension Checks
floating_point_comparisons
                        Floating-point comparison operators
get_1st                 Get the first, last, n-th, or most frequent
                        element or word
integrate               Inline integration operator
library.force           Load a package, installing it first if
                        necessary
logicals                Logical operators
n_unique                Count the number of unique values
os                      Operating system and environment checks
paste_and_cat           Paste and cat helpers
pattern_matching        SQL-style pattern-matching operators
read.tsv                Read tab- or pipe-separated files
seq_around              Sequence of evenly spaced points around an
                        origin
string_arithmetic       String arithmetic operators
type_checks             Type checks
