read_RDSQS: Read RDS or QS format file

read_RDSQSR Documentation

Read RDS or QS format file

Description

Read RDS or QS format file

Usage

read_RDSQS(file, nthread = 5)

Arguments

file

path to file with "rds" or "qs" file extension

nthread

numeric, number of threads for qs::qread

Value

R object loaded from file

Examples

df <- ORFik::ORFik.template.experiment()
path <- ORFik:::countTablePath(df)
read_RDSQS(path)

JokingHero/ORFik documentation built on June 9, 2025, 8:46 p.m.