labeled_formulas_to_named_list | R Documentation |
Take list of formulas, or a similar construct, and returns a named list. The convention here is similar to reading from left to right, where the name or position is the term is the on the LHS and the output label or target instruction is on the RHS.
If no label is desired, then the LHS can be left empty, such as ~ x
.
labeled_formulas_to_named_list(x)
x |
An argument that may represent a formula to label variables, or can
be converted to one. This includes, |
A named list with the index as a character
representing the term
or variable of interest, and the value at that position as a character
representing the label value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.