creationDf.gxa: Wrapper around read.table with a few tweaks

View source: R/misc-deprecated.R

creationDf.gxaR Documentation

Wrapper around read.table with a few tweaks

Description

Wrapper around read.table with a few tweaks

Usage

creationDf.gxa(file, header = TRUE, sep = "\t",
  stringsAsFactors = FALSE, ..., select = NA, rnames = NA,
  drops = NA)

Arguments

file

path to the file

header

boolean. Default: TRUE. Whether the file contains headers.

sep

character. Default: "\ t"

stringsAsFactors

boolean. Default=FALSE.

...

other arguments for read.table

select

Value to keep (?)

rnames

default:NA. vector of rownames to keep (?)

drops

default:NA. vector of column names that should be removed from the data.frame

Value

a data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.