read_metadata | R Documentation |
Reads an experimental design in a few different formats in preparation for creating an expt.
read_metadata(file, sep = ",", header = TRUE, sheet = 1, comment = "#", ...)
file |
Csv/xls file to read. |
sep |
Used by read.csv, the separator |
header |
Used by read.csv, is there a header? |
sheet |
Used for excel/etc, which sheet to read? |
comment |
Skip rows starting with this (in the first cell of the row if not a text file). |
... |
Arguments for arglist, used by sep, header and similar read_csv/read.table parameters. |
Df of metadata.
[openxlsx] [readODS]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.