loadVGISLossIndicator: Load the loss indicator data from Oracle database

View source: R/loadVGISLossIndicator.R

loadVGISLossIndicatorR Documentation

Load the loss indicator data from Oracle database

Description

This function is to load the loss indicator data from VGIS Oracle database. And associated them with cluster.

Usage

loadVGISLossIndicator(
  userName,
  passWord,
  saveThem = FALSE,
  savePath = file.path(".")
)

Arguments

userName

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

passWord

character, Specifies the password to the user name.

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 to save your outputs, you do not need to specify if saveThem is turned off. If missing, the current working directory will be choosed.

Value

Depends on saveThem, if it hs turned off (i.e., FALSE). The function returns three datasets:

  • contains the crews for conducting QA;

Author(s)

Yong Luo


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