Description Details Author(s) References Examples
This package provides classes and functions for handling observational (spatio-temporal) data.
The package provides a number of feature for your convenience: - Automatic retrieval of standard vocabularies from CUAHSI. - Fuzzy matching of terms for more convenient insertion. - Automatic handling of synonyms for more convenient data processing.
Note: tell me what additional questions should be answered here.
The package has a large number of dependencies. To install, use the following command:
install.packages(c("spacetime", "sp", "testthat","XMLSchema", "SSOAP", "xts", "vwr", "RSQLite"), repos = c("http://www.omegahat.net/R", "http://mirrors.softliste.de/cran"))
Use addDataValues
to store data in the database.
Use getMetadata
and getDataValues
to retrieve information from the database.
Dominik Reusser
Maintainer: Dominik Reusser <reusser@pik-potsdam.de>
Reusser et al. 2012: Todo add details
1 2 | example(addDataValues)
example(updateValues)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.