ICAMS (version 2.0.7)

WriteCat: Write a catalog to a file.

Description

This internal function is called by exported functions to do the actual writing of the catalog.

Usage

WriteCat(catalog, file, num.row, row.order, row.header, strict)

Arguments

catalog

A catalog as defined in ICAMS with attributes added. See as.catalog for more details.

file

The path of the file to be written.

num.row

The number of rows in the file to be written.

row.order

The row order to be used for writing the file.

row.header

The row header to be used for writing the file.

strict

If TRUE, then stop if additional checks on the input fail.