powered by
A function read Denovix data files.
read_denovix_data(dfile, file_type = c("csv", "txt", "excel"))
A data frame.
A Denovix file or path to the Denovix file.
The file type being imported.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE) rna_data = read_denovix_data(fpath, file_type = 'csv')
Run the code above in your browser using DataLab