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

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

poped.chooseR Documentation

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

Examples


poped.choose(2,5)

poped.choose("foo",66)

poped.choose(NULL,"hello")

andrewhooker/PopED documentation built on Nov. 23, 2023, 1:37 a.m.