readInfile: Read a file

Description Usage Arguments Value Author(s) See Also Examples

Description

read a file in table format by overriding read.csv for using in opencpu app.

Usage

1
readInfile(file, header, sep, rowname)

Arguments

file

a string specifying name of the file

header

a logical value specifying whether the first line is the names of variables. Default = TRUE

sep

a string specifying a field separator character. Default = "\t"

rowname

a column number or column name specifying the column of the table that contains the row names.

Value

data frame of the table

Author(s)

Kwanjeera W kwanich@ucdavis.edu

See Also

read.table

Examples

1
# readInFile("location")

kwanjeeraw/metabox documentation built on May 20, 2019, 7:07 p.m.