The process_info generic function retrieves detailed information related to the data processing of the provided object.

process_info(object, ...)

Arguments

object

An object from which process information will be extracted.

...

Additional arguments.

Value

Depends on the specific method implementation. Typically, it might return a dataframe or a list describing the processing details.

See also

methods for more details on S4 methods.

Author

Xiaotao Shen shenxt1990@outlook.com