A function read Denovix data files.
Usage
read_denovix_data(dfile, file_type = c("csv", "txt", "excel"))
Note
Denovix files can be saved as csv, txt or even excel files. This function accounts for these file types.
Examples
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')