read_denovix_data {tidyDenovix} | R Documentation |
Title: Read Denovix files
Description
A function read Denovix data files.
Usage
read_denovix_data(dfile, file_type = c("csv", "txt", "excel"))
Arguments
dfile |
A Denovix file or path to the Denovix file. |
file_type |
The file type being imported. |
Value
A data frame.
Note
Denovix files can be saved as csv, txt or even excel files. This function accounts for these file types.
Author(s)
Tingwei Adeck
Examples
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')
[Package tidyDenovix version 2.1.0 Index]