Check to see if a recipe is trained/prepared
fully_trained(x)
Arguments
Value
A logical which is true if all of the recipe steps have been run
through prep
. If no steps have been added to the recipe, TRUE
is
returned only if the recipe has been prepped.
Examples
#> [1] FALSE
#> [1] TRUE