https://github.com/hadley/dplyr
Raw File
Tip revision: 3665fafc17aca6a72282498e631a04bb18e738ca authored by Hadley Wickham on 31 March 2020, 18:51:49 UTC
Ensure that bind_cols() always returns the type of the LHS
Tip revision: 3665faf
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