getParametersArgName: Get Parameter Argument Name

Description Usage Arguments Details Value

View source: R/Postprocess.R

Description

Returns the name of the parameter argument in the 'fFittingFunction'

Usage

1
getParametersArgName(dfData, fFittingFunction)

Arguments

dfData

data frame containing column names that match to all of the argument names of the 'fFittingFunction'

fFittingFunction

function. Function whose arguments will be matched against the column names of 'dfData' to determine the name of the parameter argument.

Details

Returns the name of the parameter argument in the 'fFittingFunction' by looking for what argument of the 'fFittingFunction' does not appear as a column name in the dataset.

Value

string. Argument name.


fsaer/tirefittingr documentation built on May 15, 2020, 9:31 a.m.