summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/recycle_scalars.Rd
blob: 3d97ecfd79f6404968a67b9105aa45ef026561f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{recycle_scalars}
\alias{recycle_scalars}
\title{Recycle scalar values in a list of arrays}
\usage{
recycle_scalars(arrays)
}
\arguments{
\item{arrays}{List of arrays}
}
\value{
List of arrays with any vector/Scalar/Array/ChunkedArray values of length 1 recycled
}
\description{
Recycle scalar values in a list of arrays
}
\keyword{internal}