View source: R/preproc-utils.R
| is_fitted | R Documentation |
Determine whether a preprocessing object has been fitted to data. This is used internally to provide helpful error messages when users try to transform data with an unfitted preprocessor.
is_fitted(object)
object |
A preprocessing object to check |
Logical: TRUE if fitted, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.