Description Usage Arguments Value Author(s) See Also Examples
Opens the given file and return a data frame representing the
metadata. This function use read.table
to read in
data; for large data sets, we recommend read.meta
.
1 |
file |
a character vector specifying the file path to your file. |
sep |
the character used to separate cells in the file. |
Returns a data frame with the information from the file. The first row and column are used for the names of the other rows and columns.
Wen Chen and Joshua Simpson
1 2 3 4 | ## Not run:
my.meta <- read.meta("path/to/meta")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.