Skip to content

Commit

Permalink
update doc for ifelse
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed May 14, 2015
1 parent 9bce0cd commit 03d8631
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions R/h2o-package/man/ifelse.Rd
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
\name{ifelse}
\alias{ifelse}
%- Also NEED an '\alias' for EACH other topic documented here.
\alias{ifelse,ANY,H2OParsedData,H2OParsedData-method}
\alias{ifelse,H2OParsedData,ANY,ANY-method}
\title{
Applies conditional statements to an \code{\linkS4class{H2OParsedData} object.
}}
\description{
Applies conditional statements to numeric vectors in H2O parsed data objects when the data are numeric.
}
\usage{
ifelse(test, yes, no)
\S4method{ifelse}{H2OParsedData,ANY,ANY}(test, yes, no)

\S4method{ifelse}{ANY,H2OParsedData,H2OParsedData}(test, yes, no)
}

\arguments{
Expand Down

0 comments on commit 03d8631

Please sign in to comment.