R/ifelse1.R

ifelse1 <-
function (test, x, y) if (test) x else y

Try the uwIntroStats package in your browser

Any scripts or data that you put into this service are public.

uwIntroStats documentation built on May 2, 2019, 4:34 a.m.