loadISMC_bySampleType: Load the data from ISMC Oracle database using sample type(s)

View source: R/loadISMC_bySampleType.R

loadISMC_bySampleTypeR Documentation

Load the data from ISMC Oracle database using sample type(s)

Description

This function is to load the ground sample data from ISMC database using sample type(s).

Usage

loadISMC_bySampleType(
  userName,
  passWord,
  env,
  sampleType,
  savePath = ".",
  saveFormat = "rdata",
  overWrite = FALSE
)

Arguments

userName

character, Specifies a valid user name in ISMC Oracle database.

passWord

character, Specifies the password to the user name.

env

character, Specifies which environment the data reside. Currently, the function supports INT (intergration) and {TEST

(test) environment.

Value

No value returned. There are 16 tables will be saved with prefix of ISMC_YYYYMMDDHHHH(sampletype)_. These tables are SampleSites, AccessNotes, SampleSiteVisits, GroundSampleCrewActivities, PlotDetails, SampleMeasurements, SmallLiveTreeTallies, TreeMeasurements, Trees, TreeDetails, TreeDamageOccurrences, TreeLossIndicators, TreeLogAssessments, StumpTallies, SiteNavigation, IntegratedPlotCenter, ReferencePoint and TiePoint.

Author(s)

Yong Luo


bcgov/FAIBOracle documentation built on Feb. 10, 2023, 5:21 a.m.