Learn R Programming

OPI (version 2.10.1)

opiGetParams: Get OPI method parameters

Description

Get parameters of OPI functions which depends on the implementation set with chooseOPI()

Usage

opiGetParams(method, ...)

Arguments

method

Method for which to get parameters and defaults.

...

Implementation specific parameters. See details.

Value

Returns a list of parameters and their default vlues of the method method depending on the OPI implementation selected with chooseOPI().

Examples

Run this code
# NOT RUN {
chooseOpi("SimHenson")
opiGetParams("opiInitialize")
opiGetParams("opiPresent")
# }

Run the code above in your browser using DataLab