Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.