Skip to content

Commit a8f0c05

Browse files
authored
update docs for finalize object type (#997)
1 parent 75c7bd6 commit a8f0c05

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/finalize.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#' The `finalize_*` functions take a list or tibble of tuning parameter values and
44
#' update objects with those values.
55
#'
6-
#' @param x A recipe, `parsnip` model specification, or workflow.
6+
#' @param x A recipe, \pkg{parsnip} model specification, \pkg{tailor}
7+
#' postprocessor, or workflow.
78
#' @param parameters A list or 1-row tibble of parameter values. Note that the
89
#' column names of the tibble should be the `id` fields attached to `tune()`.
910
#' For example, in the `Examples` section below, the model has `tune("K")`. In

man/finalize_model.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)