Skip to content

Commit

Permalink
document additional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Sep 16, 2024
1 parent 7c49991 commit 7a99861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tailor.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ print.tailor <- function(x, ...) {
#' on how tidymodels makes that split; when situated in a model workflow,
#' tailors will automatically be trained on the appropriate subset of data.
#'
#' @param object A [tailor()].
#' @param .data,new_data A data frame containing predictions from a model.
#' @inheritParams tailor
#' @param ... Currently ignored.
#'
#' @export
fit.tailor <- function(object, .data, outcome, estimate, probabilities = c(),
Expand Down
4 changes: 4 additions & 0 deletions man/fit.tailor.Rd

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

0 comments on commit 7a99861

Please sign in to comment.