https://github.com/cran/ff
Raw File
Tip revision: 2404d9575a1c5be26ca23f2acce9e800d7c49b84 authored by Jens Oehlschl\xE4gel on 16 September 2009, 00:00:00 UTC
version 2.2-4
Tip revision: 2404d95
maxffmode.rd
\name{maxffmode}
\alias{maxffmode}
\title{ Lossless vmode coercability }
\description{
  \command{maxffmode} returns the lowest \code{\link{vmode}} that can absorb all input vmodes without data loss
}
\usage{
maxffmode(...)
}
\arguments{
  \item{\dots}{ one or more vectors of vmodes }
}
\value{
  the smallest \code{\link{.ffmode}} which can absorb the input vmodes without data loss
}
\note{
  The output can be larger than any of the inputs (if the highest input vmode is an integer type without NA and any other input requires NA).
}
\author{ Jens Oehlschl‰gel }
\seealso{  \code{\link{.vcoerceable}}, \code{\link{.ffmode}}, \code{\link{ffconform}} }
\examples{
   maxffmode(c("quad","logical"), "ushort")
}
\keyword{ IO }
\keyword{ data }
back to top