Extract Data Information From Arguments Passed to Functions (internal)
Extract Data Information From Arguments Passed to Functions (internal)
Using sys.calls(), sys.frames() and match.call(), this utility function extracts and/or infers information about the data being processed. Data frame name, variable names and labels if any, subsetting information, grouping information (when by() is used) are returned by the function which tries various methods to get this information.