read_RDSQS | R Documentation |
Read RDS or QS format file
read_RDSQS(file, nthread = 5)
file |
path to file with "rds" or "qs" file extension |
nthread |
numeric, number of threads for qs::qread |
R object loaded from file
df <- ORFik::ORFik.template.experiment()
path <- ORFik:::countTablePath(df)
read_RDSQS(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.