2 lines
44 B
R
2 lines
44 B
R
|
|
do.if <- function(expr, cond) if(cond) expr
|
|
|
do.if <- function(expr, cond) if(cond) expr
|