R/dplyr_vector_fns.R

#' Vector functions from dplyr
#'
#' Selected vector functions, re-exported.
#' @param x a vector to transform
#' @return A transformed vector of the same length as the input.
#' @name dplyr_vector
#' @keywords internal
NULL

#' @description `desc()` reverses the sort order of a variable; see
#'   [dplyr::desc()] for details.
#' @rdname dplyr_vector
#' @name desc
#' @keywords internal
#' @importFrom dplyr desc
#' @export
NULL

Try the quanteda.tidy package in your browser

Any scripts or data that you put into this service are public.

quanteda.tidy documentation built on Dec. 17, 2025, 5:09 p.m.