Skip to contents

Constructor for DataProcessItem Creates a new DataProcessItem object.

Usage

new_DataProcessItem(data, input, filename, unprocessed, history = list())

Arguments

data

The main data (e.g., data frame).

input

A list containing file, source, and query inputs.

filename

The name of the file associated with this data item.

unprocessed

Logical indicating if the data is unprocessed.

history

Optional list of history entries.

Value

A new DataProcessItem object.