View source: R/tD_subordinates.R
read_denovix_data | R Documentation |
A function read Denovix data files.
read_denovix_data(dfile, file_type = c("csv", "txt", "excel"))
dfile |
A Denovix file or path to the Denovix file. |
file_type |
The file type being imported. |
A data frame.
Denovix files can be saved as csv, txt or even excel files. This function accounts for these file types.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.