R/Config.R
config_prep_raw_schema.Rd
Prepares config schema from raw file.
config_prep_raw_schema(path, ...)
(character(1)) File path.
character(1)
Passed on to readr::read_delim.
readr::read_delim
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") } # }