diff --git a/R/expand_model_out_grid.R b/R/expand_model_out_grid.R index 3d1b2a09..c0317f6a 100644 --- a/R/expand_model_out_grid.R +++ b/R/expand_model_out_grid.R @@ -27,7 +27,7 @@ #' character which can be faster when large expanded grids are expected. #' If `required_vals_only = TRUE`, values are limited to the combinations of required #' values only. -#' @inheritParams hubData::create_hub_schema +#' @inheritParams hubData::coerce_to_hub_schema #' @details #' When a round is set to `round_id_from_variable: true`, #' the value of the task ID from which round IDs are derived (i.e. the task ID diff --git a/man/expand_model_out_grid.Rd b/man/expand_model_out_grid.Rd index eff6640e..04f4986d 100644 --- a/man/expand_model_out_grid.Rd +++ b/man/expand_model_out_grid.Rd @@ -46,6 +46,8 @@ not valid for the data (e.g. trying to coerce\code{"character"} values to \code{"double"}) will likely result in an error or potentially unexpected behaviour so use with care.} +\item{as_arrow_table}{Logical. Whether to return an arrow table. Defaults to \code{FALSE}.} + \item{bind_model_tasks}{Logical. Whether to bind expanded grids of values from multiple modeling tasks into a single tibble/arrow table or return a list.}