loadISMC_all: Load all key data from ISMC Oracle database

View source: R/loadISMC_all.R

loadISMC_allR Documentation

Load all key data from ISMC Oracle database

Description

This function is to load all the key ground sample data from ISMC database.

Usage

loadISMC_all(
  userName,
  passWord,
  env,
  savePath = ".",
  saveFormat = "rds",
  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 19 tables will be saved with ISMC_YYYYMMDDHHHH(ALL)_ as a prefix. These tables are SampleSites, AccessNotes, Plots, 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.