https://github.com/hadley/dplyr
Raw File
Tip revision: ef4c4925af00f3fe8b661fba5db00f0f54ff2820 authored by Romain Francois on 14 April 2020, 08:22:44 UTC
Differentiate between wt = NULL and missing(wt)
Tip revision: ef4c492
with_order.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/order-by.R
\name{with_order}
\alias{with_order}
\title{Run a function with one order, translating result back to original order}
\usage{
with_order(order_by, fun, x, ...)
}
\arguments{
\item{order_by}{vector to order by}

\item{fun}{window function}

\item{x, ...}{arguments to \code{f}}
}
\description{
This is used to power the ordering parameters of dplyr's window functions
}
\keyword{internal}
back to top