get.tablenames {RArcInfo}R Documentation

Function for reading the names of the tables in the coverages

Description

This function reads the arc.dat file in the info directory and it returns a list with some data about the tables. Each element of this list is another list with data from a single table.

Usage

get.tablenames(infodir)

Arguments

infodir info dir where there is a file called arc.dat

Value

A list with some information about the tables stored in all the coverages:

Table Name info dir where there is a file called arc.dat
Info File info dir where there is a file called arc.dat
Number of fields info dir where there is a file called arc.dat
Record Size info dir where there is a file called arc.dat
Number of records info dir where there is a file called arc.dat
Internal/External Table (FALSE/TRUE) info dir where there is a file called arc.dat

References

More information about this kind of data can be found at http://pages.infinit.net/danmo/e00/docs/v7_bin_cover.html.


[Package RArcInfo version 0.4-7 Index]