tidy.tailor | R Documentation |
Describe a tailor's adjustments in a tibble with one row per adjustment.
## S3 method for class 'tailor'
tidy(x, number = NA, ...)
x |
A |
number |
Optional. A single integer between 1 and the number of adjustments. |
... |
Currently unused; must be empty. |
A tibble containing information about the tailor's adjustments including their ordering, whether they've been trained, and whether they require training with a separate calibration set.
tailor() |>
adjust_numeric_range(lower_limit = 1) |>
tidy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.