Define Raw Data Paths
data_paths.RdPrepares a set of file paths pointing to all required raw data files used in
the analysis. The function enforces naming conventions and validates
compatibility between the contents of the specified directory and the expected
structure. It is intended to be used as input for the prepare_data
function.
See also
prepare_data() is the next step in analysis pipeline.
Examples
if (FALSE) { # \dontrun{
p <- data_paths("data-raw")
data <- prepare_data(p)
} # }