get.tablefields {RArcInfo} | R Documentation |
This function returns the names of the fields (and its type) in the table whose names are provided by the user.
get.tablefields(infodir,tablename)
infodir |
Info directory where there is a file called arc.dat |
tablename |
The name of the table from which we want to get the fields |
This function returns a data frame with the next fields (columns):
FieldName |
The name of the field. |
FieldType |
This is an integer from 1 to 6 that explain the kind of data:
|
More information about this kind of data can be found at http://pages.infinit.net/danmo/e00/docs/v7_bin_cover.html.