loadISMC_all | R Documentation |
This function is to load all the key ground sample data from ISMC database.
loadISMC_all( userName, passWord, env, savePath = ".", saveFormat = "rds", overWrite = FALSE )
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 |
(test) environment.
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.
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.