View source: R/print_flashlight.R
print.flashlight | R Documentation |
Print method for an object of class "flashlight".
## S3 method for class 'flashlight'
print(x, ...)
x |
A on object of class "flashlight". |
... |
Further arguments passed from other methods. |
Invisibly, the input is returned.
flashlight()
fit <- lm(Sepal.Length ~ ., data = iris)
x <- flashlight(model = fit, label = "lm", y = "Sepal.Length", data = iris)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.