Learn R Programming

PopED (version 0.7.0)

poped.choose: Choose between arg1 and arg2

Description

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

Usage

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(), create_design_space(), downsizing_general_design()

Examples

Run this code

poped.choose(2,5)

poped.choose("foo",66)

poped.choose(NULL,"hello")

Run the code above in your browser using DataLab