Skip to contents

Prepares config schema from raw file.

Usage

config_prep_raw_schema(path, ...)

Arguments

path

(character(1))
File path.

...

Passed on to readr::read_delim.

Examples

if (FALSE) { # \dontrun{
path <- "~/projects/tidywigits/nogit/oa_v2/esvee/prep/COLO829_tumor.esvee.prep.fragment_length.tsv"
config_prep_raw_schema(path = path, delim = "\t")
} # }