powered by
arg1
arg2
Function chooses arg1 unless it is NULL in which case arg2 is chosen.
NULL
poped.choose(arg1, arg2)
The first argument
The second argument
Other poped_input: convert_variables, create.poped.database, create_design_space, create_design, downsizing_general_design
convert_variables
create.poped.database
create_design_space
create_design
downsizing_general_design
# NOT RUN { poped.choose(2,5) poped.choose("foo",66) poped.choose(NULL,"hello") # }
Run the code above in your browser using DataLab