read.wide: Read data from csv or txt file

Description Usage Arguments Value

Description

Reads data stored in a wide format, i.e. description columns with time points, experimental conditions, etc. are followed by each one column per measured target.

Usage

1
read.wide(file, description = 1:3, time = 1, header = TRUE, ...)

Arguments

file

character, the name of the data file.

description

numeric index vector of the colums containing the description.

time

numeric index of length 1, the time column.

header

a logical value indicating whether the file contains the names of the variables as its first line.

...

further arguments being passed to read.csv.

Value

data frame with columns "name", "time", "value" and other columns describing the measurements.


dkaschek/blotIt2 documentation built on July 10, 2021, 5:37 a.m.