getCurveData: Extract the parameters of a given set of curveids (of the...

View source: R/rendering.R

getCurveDataR Documentation

Extract the parameters of a given set of curveids (of the same type of rendering hint)

Description

Given a list of curveids, this function queries the acas databse specified in the variable applicationSettings and returns a list of length=2 with the points and parameters

Usage

getCurveData(curveids, ...)

Arguments

curveids

a list of curveids of the same rendering hint E.G. "4 parameter D-R"

...

expressions fed to underlying function E.G. globalConnect (see query documentation )

Value

A list of length 2 containing the points and parameters of the curveids

Examples

getCurveData(c("126933_AG-00000615", "126933_AG-00000123"))
getCurveData(c("126933_AG-00000615", "126933_AG-00000123"), globalConnect=TRUE)

mcneilco/racas documentation built on May 4, 2024, 9:53 p.m.