The process_info
generic function retrieves detailed information related to the data processing of the provided object.
process_info(object, ...)
An object from which process information will be extracted.
Additional arguments.
Depends on the specific method implementation. Typically, it might return a dataframe or a list describing the processing details.
methods
for more details on S4 methods.