Description Usage Arguments Value Examples
versaread()
is mainly for loading saved lists of gene names.
For .RData files containing one object or an .RDS file, versaread()
loads and returns the object for you to assign. For CSV files, it expects
something containing 1 column and with a header, and will ignore everything
after the first column.
1 |
file |
a character string indicating the path of the desired file |
type |
a character string indicating the type of file being loaded
(Options: |
a character vector or an R object (if it's an RData or RDS file)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.