Import Item Data
import_item_data.RdImports item-level data from a specified file path, checks for unrealistic values,
and prepares the data for further processing. This function is intended to be called
within the larger prepare_data workflow.
See also
prepare_data() is a wrapper of this function.
Examples
if (FALSE) { # \dontrun{
p <- data_paths("data-raw")
data <- import_item_data(p[1])
} # }