abort                   Signal an error, warning, or message
are_na                  Test for missing values
arg_match               Match an argument to a character vector
as_box                  Convert object to a box
as_data_mask            Create a data mask
as_environment          Coerce to an environment
as_function             Convert to function or closure
as_label                Create a default name for an R object
as_name                 Extract names from symbols
as_quosure              Coerce object to quosure
as_string               Cast symbol to string
as_utf8_character       Coerce to a character vector and attempt
                        encoding conversion
bare-type-predicates    Bare type predicates
box                     Box a value
call2                   Create a call
call_args               Extract arguments from a call
call_fn                 Extract function from a call
call_inspect            Inspect a call
call_modify             Modify the arguments of a call
call_name               Extract function name or namespaced of a call
call_standardise        Standardise a call
caller_env              Get the current or caller environment
caller_fn               Get properties of the current or caller frame
catch_cnd               Catch a condition
cnd                     Create a condition object
cnd_muffle              Muffle a condition
cnd_signal              Signal a condition
cnd_type                What type is a condition?
done                    Box a final value for early termination
dots_n                  How many arguments are currently forwarded in
                        dots?
dots_values             Evaluate dots with preliminary splicing
empty_env               Get the empty environment
entrace                 Add backtrace from error handler
env                     Create a new environment
env_bind                Bind symbols to objects in an environment
env_bury                Mask bindings by defining symbols deeper in a
                        scope
env_clone               Clone an environment
env_depth               Depth of an environment chain
env_get                 Get an object in an environment
env_has                 Does an environment have or see bindings?
env_inherits            Does environment inherit from another
                        environment?
env_lock                Lock an environment
env_name                Label of an environment
env_names               Names and numbers of symbols bound in an
                        environment
env_parent              Get parent environments
env_print               Pretty-print an environment
env_unbind              Remove bindings from an environment
eval_bare               Evaluate an expression in an environment
eval_tidy               Evaluate an expression with quosures and
                        pronoun support
exec                    Execute a function
exiting                 Create an exiting or in place handler
expr_interp             Process unquote operators in a captured
                        expression
expr_label              Turn an expression to a label
expr_print              Print an expression
exprs_auto_name         Ensure that all elements of a list of
                        expressions are named
f_rhs                   Get or set formula components
f_text                  Turn RHS of formula into a string or label
fn_body                 Get or set function body
fn_env                  Return the closure environment of a function
fn_fmls                 Extract arguments from a function
get_env                 Get or set the environment of an object
has_length              How long is an object?
has_name                Does an object have an element with this name?
inherits_any            Does an object inherit from a set of classes?
is_call                 Is object a call?
is_callable             Is an object callable?
is_condition            Is object a condition?
is_copyable             Is an object copyable?
is_empty                Is object an empty vector or NULL?
is_environment          Is object an environment?
is_expression           Is an object an expression?
is_formula              Is object a formula?
is_function             Is object a function?
is_installed            Is a package installed in the library?
is_integerish           Is a vector integer-like?
is_interactive          Is R running interactively?
is_named                Is object named?
is_namespace            Is an object a namespace environment?
is_reference            Is an object referencing another?
is_stack                Is object a stack?
is_symbol               Is object a symbol?
is_true                 Is object identical to TRUE or FALSE?
lang_head               Return the head or tail of a call
last_error              Last 'abort()' error
lifecycle               Life cycle of the rlang package
missing                 Missing values
missing_arg             Generate or handle a missing argument
names2                  Get names of a vector
new-vector              Create vectors matching a given length
new-vector-along-retired
                        Create vectors matching the length of a given
                        vector
new_formula             Create a formula
new_function            Create a function
new_quosures            Create a list of quosures
op-get-attr             Infix attribute accessor and setter
op-na-default           Replace missing values
op-null-default         Default value for 'NULL'
parse_expr              Parse R code
prim_name               Name of a primitive function
quasiquotation          Quasiquotation of an expression
quo_label               Format quosures for printing or labelling
quo_squash              Squash a quosure
quosure                 Quosure getters, setters and testers
quotation               Quotation
rep_along               Create vectors matching the length of a given
                        vector
restarting              Create a restarting handler
return_from             Jump to or from a frame
rlang_backtrace_on_error
                        Display backtrace on error
rst_abort               Jump to the abort restart
rst_list                Restarts utilities
scalar-type-predicates
                        Scalar type predicates
scoped_bindings         Temporarily change bindings of an environment
scoped_options          Change global options
seq2                    Increasing sequence of integers in an interval
set_expr                Set and get an expression
set_names               Set names of a vector
string                  Create a string
sym                     Create a symbol or list of symbols
tidy-dots               Collect dots tidily
tidyeval-data           Data pronoun for tidy evaluation
trace_back              Capture a backtrace
type-predicates         Type predicates
vector-construction     Create vectors
with_abort              Promote all errors to rlang errors
with_env                Evaluate an expression within a given
                        environment
with_handlers           Establish handlers on the stack
with_restarts           Establish a restart point on the stack
zap                     Create zap objects
