loadASCII: Load the data from ASCII files

Description Usage Arguments Value Author(s) Examples

View source: R/loadASCII.R

Description

This function is to read the data from ASCII files (in txt format).

Usage

1
loadASCII(txtLocation, saveThem = FALSE, savePath)

Arguments

txtLocation

character, Specifies the location of ASCII files.

saveThem

logical, Specifies whether the loaded data should be saved or returned. The default value is FALSE, which means the function will not save files for you.

savePath

character, Specifies the path that directs to the VRI original data soruce, i.e., //Mayhem/GIS_TIB/RDW/RDW_Data2/Work_Areas/VRI_ASCII_PROD/vri_sa.

Value

no files

Author(s)

Yong Luo

Examples

1
2
3
4
5
6
7
## Not run: 
loadASCII(txtLocation = "Q:/RDW/RDW_Data2/Work_Areas/VRI_ASCII_PROD/vri_raw",
          saveThem = TRUE,
          savePath = "F:/vricompilertest/OracleTests")


## End(Not run)

bcgov/BCForestGroundSample documentation built on May 25, 2019, 3:21 p.m.