https://github.com/cran/microbenchmark
Raw File
Tip revision: c05a126b928efa99455c3f01b7fdebd5a1970256 authored by Olaf Mersmann on 19 October 2011, 00:00:00 UTC
version 1.1-3
Tip revision: c05a126
coalesce.Rd
\name{coalesce}
\alias{coalesce}
\title{Return first non null argument.}
\usage{coalesce(...)
}
\description{Return first non null argument.}
\details{This function is useful when processing complex arguments with multiple
possible defaults based on other arguments that may or may not have been
provided.}
\value{First non null element in \code{...}.}
\author{Olaf Mersmann \email{olafm@statistik.tu-dortmund.de}}
\arguments{\item{...}{List of values.}
}

back to top