Description Usage Arguments Details Value
Returns the name of the parameter argument in the 'fFittingFunction'
1 | getParametersArgName(dfData, fFittingFunction)
|
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. |
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.
string. Argument name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.