if (FALSE) {
dbSchema(
schema = "acoustics.sql",
name.on.host = "acoustics",
tables = TRUE,
schema.name = 'myschema',
db.name = "acoustics",
uid = "Admin",
pwd = "BadPassword!" )
## $upload.time
## [1] "Upload time 10.977 secs"
##
## $tables
## TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE
## 1 JKATZ3 tblAnnotations TABLE
## 2 JKATZ3 tblArchive TABLE
## 3 JKATZ3 tblCard TABLE
## 4 JKATZ3 tblCardRecorder TABLE
## 5 JKATZ3 tblCovariate TABLE
## 6 JKATZ3 tblEnvironmentalData TABLE
## 7 JKATZ3 tblLocation TABLE
## 8 JKATZ3 tblOrganization TABLE
## 9 JKATZ3 tblPerson TABLE
## 10 JKATZ3 tblPersonContact TABLE
## 11 JKATZ3 tblProject TABLE
## 12 JKATZ3 tblRecorder TABLE
## 13 JKATZ3 tblResult TABLE
## 14 JKATZ3 tblResultSummary TABLE
## 15 JKATZ3 tblSpecies TABLE
## 16 JKATZ3 tblSpeciesPriors TABLE
## 17 JKATZ3 tblSurvey TABLE
## 18 JKATZ3 tblTemplate TABLE
## 19 JKATZ3 tblTemplatePrior TABLE
## REMARKS
## 1 For annotated song events in surveys.
## 2 For archiving sound clips extracted from surveys.
## 3 This table stores information about memory cards.
## 4 Track survey, recorder, and memory card links.
## 5 Describe covariates and types of enviromental data collected.
## 6 Non-acoustic data: environmental covariates.
## 7 Information about about locations for surveys and templates.
## 8 Store the organization name and contact info here.
## 9 Names of people in the monitoring program.
## 10 Contact info, including Cell/Work Phone and email.
## 11 Store the names of multiple projects per organization here.
## 12 This table stores information about recording units.
## 13 Table to store the results of findPeaks().
## 14 Store probability of survey presence.
## 15 Store BBL codes or other 4, 6, or 8 character codes.
## 16 Store site & species specific priors here.
## 17 This table stores attributes of the survey recording.
## 18 Store templates and template metadata.
## 19 Store beta parameter estimates for error rates.
}
Run the code above in your browser using DataLab