load_data: Load data

View source: R/load.R

load_dataR Documentation

Load data

Description

load_data is the underlying function used to load data It automatically detects the delimiter based on the filename and uses the appropriate [readr] function. Possibilities are [readr::read_csv()], [readr::read_tsv()] or [readr::readr_delim()] [readr::read_delim()] will require the delimiter passing in as an argument to [load_rnaseq_data()] or [load_detct_data()]

Usage

load_data(data_file, ...)

Arguments

data_file

Name of file to load

...

Other arguments passed on to the [readr] functions

Value

data.frame The loaded data


richysix/rnaseqtools documentation built on Jan. 26, 2025, 10:14 a.m.