fread.meta: Load Metadata Table

Description Usage Arguments Value Author(s) See Also Examples

Description

This function is same as read.meta to read in data; except using fread for loading large data sets.

Usage

1
fread.meta(file, sep="auto")

Arguments

file

a character vector specifying the file path to your file.

sep

the character used to separate cells in the file.

Value

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.

Author(s)

Wen Chen

See Also

read.meta, fread

Examples

1
2
3
4
  ## Not run: 
    my.meta <- fread.meta("path/to/meta")
  
## End(Not run)

RAM documentation built on May 2, 2019, 3:04 p.m.