Skip to content

Commit

Permalink
a spell for check
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 27, 2023
1 parent 6ad964a commit c24b984
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/utils_split_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' provided by `rtables`. See [rtables::custom_split_funs] and [rtables::make_split_fun()]
#' for more information on how to make a custom split function. All these functions
#' work with [split_rows_by()] argument `split_fun` to modify the way the split
#' happens. For other split functions, consider consulting [rtables::split_funcs].
#' happens. For other split functions, consider consulting [`rtables::split_funcs`].
#'
#' @inheritParams rtables::split_funcs
#' @param .spl_context (`data.frame`) \cr detailed description of the current split (or subsetting).
Expand Down Expand Up @@ -137,8 +137,8 @@ keep_level_order <- make_split_fun(
}
)
)
#' @describeIn utils_split_funs split function to change level order based on a integerish
#' vector or a character vector that represent the split variable's factor levels.
#' @describeIn utils_split_funs split function to change level order based on a `integer`
#' vector or a `character` vector that represent the split variable's factor levels.
#'
#' @param order (`character` or `integer`)\cr vector of ordering indexes for the split facets.
#'
Expand Down
6 changes: 3 additions & 3 deletions man/utils_split_funs.Rd

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

0 comments on commit c24b984

Please sign in to comment.