https://github.com/hadley/dplyr
Raw File
Tip revision: 8244a93c7fdfe719ad013b092513cbd50563e560 authored by hadley on 13 January 2015, 17:01:39 UTC
Update Authors@R
Tip revision: 8244a93
with_order.Rd
% Generated by roxygen2 (4.1.0): 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