e00toavc {RArcInfo}R Documentation

Converts an ESRI E00 file into an Arc/Info V 7.x binary coverage

Description

This function makes a convertion from an ESRI E00 file to a binary coverage. Usually two new directories are created. One with the name of the coverage and another called 'info', where some information about the tables are created. If this directory already exists (because there are already other binary coverages), then the new information is added and no file is replaced or deleted.

Usage

e00toavc(e00file, avcdir)

Arguments

e00file The E00 file to be converted.
avcdir The path to the binary coverage directory we want to create.

Value

Returns 'NULL' on exit.

References

More information about this topic can be found at http://pages.infinit.net/danmo/e00/index-avce00.html.

See Also

avctoe00


[Package RArcInfo version 0.4-7 Index]