Create a Data Frame From an Import Object
DESCRIPTION:
Creates a data frame from an import object.
This is an internal function used by the import functions.
It is not expected to be called by users.
USAGE:
importObjToDF(importObj, rowNamesCol)
REQUIRED ARGUMENTS:
- importObj
-
an import object.
- rowNamesCol
-
a number denoting which column in
importObj
contains the row names
for the data frame.
VALUE:
a data frame.
SEE ALSO:
.