README.md

FAIBOracle

License img

The package is used to load data from three major forest inventory databases in Forest Analysis and Inventory Branch: VGIS, GYS and ISMC. VGIS is the database for ground sample data in NVAF, VRI phase II, changing monitoring inventory (CMI), young stand monitoring (YSM) and Lidar projects (L and B). GYS is the home for natural growth PSP sample data and TSPs. ISMC stands for Inventory Sample Management Consolidation, and is the home for both data from VGIS and GYS. Currently, ISMC is under development.

Installation

The package is only can be installed and ran in 64-bit R. Because the package is built on a 64-bit R and 64-bit ROracle client.

To install our package, ROracle package must be installed in your R environment. Installation of is tricky, as it involves the following steps:

After ROracle is installed, our package can be installed using following codes:

install.packages(c("dplyr", "data.table", "rmarkdown", "openxlsx"))
install.packages("path/to/FAIBOracle_??.tar.gz",
                 repos = NULL, 
                 INSTALL_opts = "--no-multiarch")

Usage

Example

This is a basic example which shows you how to solve a common problem:

## basic example code

Project Status

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute to the package, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2019 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

This project was created using the bcgovr package.



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