type_sum.model_spec | R Documentation |
type_sum
controls how objects are shown when inside tibble
columns.
## S3 method for class 'model_spec'
type_sum(x)
## S3 method for class 'model_fit'
type_sum(x)
x |
A |
For model_spec
objects, the summary is "spec[?]
"
or "spec[+]
". The former indicates that either the model
mode has not been declared or that the specification has
tune()
parameters. Otherwise, the latter is shown.
For fitted models, either "fit[x]
" or "fit[+]
" are used
where the "x" implies that the model fit failed in some way.
A character value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.