add_class | R Documentation |
This function adds a given class to an object, so that different S3 methods can be called (e.g., 'tidy.exp' to get OR for logistic regression models (e.g., in 'modelsummary::msummary')
add_class(x, class_to_add = "exp")
x |
An object |
class_to_add |
String of the class to add, defaults to "exp" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.