poped.choose: Choose between 'arg1' and 'arg2'

Description Usage Arguments See Also Examples

View source: R/create.poped.database.R

Description

Function chooses arg1 unless it is NULL in which case arg2 is chosen.

Usage

1
poped.choose(arg1, arg2)

Arguments

arg1

The first argument

arg2

The second argument

See Also

Other poped_input: convert_variables(), create.poped.database(), create_design_space(), create_design(), downsizing_general_design()

Examples

1
2
3
4
5
poped.choose(2,5)

poped.choose("foo",66)

poped.choose(NULL,"hello")

PopED documentation built on May 21, 2021, 5:08 p.m.