dataToDataframe: load a *.data file into a data.frame

Description Usage Arguments Value Author(s) See Also Examples

Description

Converts the outputted List from ReadData into a data.frame.

Usage

1

Arguments

V

list from ReadData call

Value

data.frame

data.frame with named columns and *.data file's key for row names. If names or description is available, it will be put as a separate column to the data.frame.

Author(s)

Tim Schneider

See Also

addext, WriteData,ReadData

Examples

1
2
	#needs a *.data file "test.data" in current directory (getwd())
	#dataToDataFrame( ReadData("test.data") )

aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.