Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions R/recipe.R
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,12 @@ prep.recipe <-
#' that `prep(retain = TRUE)` was used). See [sparse_data] for more
#' information about use of sparse data.
#' @param composition Either `"tibble"`, `"matrix"`, `"data.frame"`, or
#' `"dgCMatrix"``for the format of the processed data set. Note that all
#' computations during the baking process are done in a non-sparse format.
#' Also, note that this argument should be called **after** any selectors and
#' the selectors should only resolve to numeric columns (otherwise an error is
#' thrown).
#' `"dgCMatrix"``for the format of the processed data set. Also, note that
#' this argument should be called **after** any selectors and the selectors
#' should only resolve to numeric columns if `composition` is set to
#' `"matrix"` or `"dgCMatrix"`. If the data contains sparse columns they will
#' be perseved for `"tibble"` and `"data.frame"`, and efficiently used for
#' `"dgCMatrix"`.
#'
#' @details
#'
Expand Down
6 changes: 1 addition & 5 deletions man/bake.Rd

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

6 changes: 1 addition & 5 deletions man/juice.Rd

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