View source: R/get_segment_table.R
check_terms_in_data | R Documentation |
Checks if all terms are in the data
check_terms_in_data(form, data, i, n_terms = NULL)
form |
Formula or character (tilde will be prefixed if it isn't already) |
data |
A data.frame or tibble |
i |
The segment number (integer) |
n_terms |
Int >= 1. Number of expected terms. Will raise error if it doesn't match. |
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.