View source: R/check_augment_newdata_precedence.R
check_augment_newdata_precedence | R Documentation |
Call this function to perform tests. If a tests fails, an informative error will be thrown. Otherwise silent.
check_augment_newdata_precedence(aug, model, data, strict = TRUE)
aug |
An augment method. For example, |
model |
A fit model object to call the augment method on. |
data |
A data frame or tibble to use when testing |
strict |
Logical indicating whether the strict version of tests should be used. Defaults
to |
An invisible NULL
. This function should be called for side effects, not return values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.