Skip to content

Commit

Permalink
fix an erroneous container -> tailor replace
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed May 23, 2024
1 parent a1d23f3 commit 9e6ca98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/workflow.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#' Create a workflow
#'
#' @description
#' A `workflow` is a tailor object that aggregates information required to
#' A `workflow` is a container object that aggregates information required to
#' fit and predict from a model. This information might be a recipe used in
#' preprocessing, specified through [add_recipe()], or the model specification
#' to fit, specified through [add_model()].
#' to fit, specified through [add_model()], or a tailor used in postprocessing,
#' specificied through [add_tailor()].
#'
#' The `preprocessor` and `spec` arguments allow you to add components to a
#' workflow quickly, without having to go through the `add_*()` functions, such
Expand Down
5 changes: 3 additions & 2 deletions man/workflow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e6ca98

Please sign in to comment.