Learn R Programming

tidyDenovix (version 2.1.0)

read_denovix_data: Title: Read Denovix files

Description

A function read Denovix data files.

Usage

read_denovix_data(dfile, file_type = c("csv", "txt", "excel"))

Value

A data frame.

Arguments

dfile

A Denovix file or path to the Denovix file.

file_type

The file type being imported.

Author

Tingwei Adeck

Examples

Run this code
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