View source: R/loadISMC_bySampleType.R
loadISMC_bySampleType | R Documentation |
This function is to load the ground sample data from ISMC database using sample type(s).
loadISMC_bySampleType( userName, passWord, env, sampleType, savePath = ".", saveFormat = "rdata", 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 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.
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.