1. Home
  2. ASReml-R 4 Commands
  3. asreml.read.table – Read in a data frame

asreml.read.table – Read in a data frame

Description

asreml.read.table 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.
Updated on August 9, 2018

Was this article helpful?

Related Articles