grabFunctionParameters {SherlockHolmes} | R Documentation |
retrieve capture all of the parameter names and values passed in
grabFunctionParameters()
copied and pasted from https://stackoverflow.com/questions/66329835/using-r-how-to-get-all-parameters-passed-into-a-function-with-their-values
a list whose components are the symbolic names of the function parameters, and their values.