read.simple.table: read.simple.table

View source: R/ReadWriter.R

read.simple.tableR Documentation

read.simple.table

Description

Read in a file. default: header defines colnames, no rownames. For rownames give the col nr. with rownames, eg. 1 The header should start with a TAB / First column name should be empty.

Usage

read.simple.table(..., colnames = TRUE, coltypes = NULL)

Arguments

...

Multiple simple variables to parse.

colnames

Are there column names? Default: TRUE

coltypes

What type of variables are in columns? Auto-guessing can be very slow. Default: NULL

See Also

read_delim na.replace

Examples

## Not run: 
if (interactive()) {
  # read.simple.table("path/to/my.file")
}

## End(Not run)

vertesy/ReadWriter documentation built on Nov. 24, 2024, 10:40 p.m.