fit_control | R Documentation |
Pass options to the fit.model_spec()
function to control its
output and computations
fit_control(verbosity = 1L, catch = FALSE)
verbosity |
An integer to control how verbose the output is. For a
value of zero, no messages or output are shown when packages are loaded or
when the model is fit. For a value of 1, package loading is quiet but model
fits can produce output to the screen (depending on if they contain their
own |
catch |
A logical where a value of |
fit_control()
is deprecated in favor of control_parsnip()
.
An S3 object with class "control_parsnip" that is a named list with the results of the function call
fit_control(verbosity = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.