exportCSV: exportData: Export Access tables in global enviroment to .csv

Description Usage Arguments

View source: R/exportCSV.R

Description

This function exports database tables to .csv that were imported using importData.These .csv files can then be imported via importCSV. This function is primarily for internal use to create flat files for users to run the functions in this package without having to use an odbc driver to import and query NETN data. This is particularly useful for Mac users and those without MS Access installed.

Usage

1
exportCSV(path = NA)

Arguments

path

Quoted path to save files to.


KateMMiller/forestNETNarch documentation built on Dec. 18, 2021, 2:41 a.m.