View source: R/read_write_catalog.R
WriteCat | R Documentation |
This internal function is called by exported functions to do the actual writing of the catalog.
WriteCat(catalog, file, num.row, row.order, row.header, strict, sep = ",")
catalog |
A catalog as defined in |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.