asreml.read.table {asreml}R Documentation

Read in a data frame

Description

Function that reads in a file in table format and creates a data frame with the same number of rows as there are lines in the file, and the same number of variables as there are fields in the file. Variables whose names begin with a capital letter are converted to factors.

Usage

asreml.read.table(...)

Arguments

...

Arguments to be passed to read.table.


[Package asreml version 4.2.0.480 Index]