Function to return the names of the arguments to show for a function:

applyFunctionArgumentHierarchy(
  functionArgumentHierarchy,
  functionArguments,
  return.only.names = TRUE
)

Arguments

functionArgumentHierarchy

The function argument hierarchy defined in the stoxFunctionAttributes.

functionArguments

A list of the arguments to the function (both function inputs and function parameters).

return.only.names

Logical: If TRUE return only the names of the arguments to show.