assert_correctly_formed_pattern_expression | Raise an error if a match expression is malformed. |
bind | Dummy object used for generic function dispatching. |
case_func | Creates a pattern matching function. |
cases | Dispatches from an expression to a matching pattern |
cases_expr | Create an expression that tests patterns against an... |
colon-equals | Define a new data type from a sequence of constructors. |
construction_printer | Print a constructed value |
copy_env | Move the bound variables from one environment into another. |
deparse_construction | Create a string representation from a constructed object |
dotdot | Function for specifying a sequence of patterns/expressions |
make_match_expr | Create an if-statement for 'cases_expr' and 'cases_expr_'... |
pipe | Pipe operator |
process_alternatives | Goes through a list of |-separated expressions and define... |
process_arg | Build a tibble form a list of constructor arguments. |
process_arguments | Construct a tibble from all the arguments of a constructor |
process_constructor | Create a constructor and put it in an environment. |
process_constructor_constant | Create a constant constructor and put it in an environment. |
process_constructor_function | Create a function constructor and put it in an environment. |
subset-.pmatch_bind | Bind variables to pattern-matched expressions. |
test_pattern | Test if a pattern matches an expression |
test_pattern_rec | Recursive comparison of expression and pattern. |
transform_cases_call | Recursive function for transforming a call 'cases'. |
transform_cases_function | Transform a function containing a 'cases' call into one that... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.