RObsDat-package: R-Package to the observations Data Model from CUAHSI

Description Details Author(s) References Examples

Description

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.org/R", "http://mirrors.softliste.de/cran"))

Details

Use addDataValues to store data in the database.

Use getMetadata and getDataValues to retrieve information from the database.

Author(s)

Dominik Reusser

Maintainer: Dominik Reusser <reusser@pik-potsdam.de>

References

Reusser et al. 2012: Todo add details

Examples

1
2
	example(addDataValues)
	example(updateValues)

RObsDat documentation built on May 2, 2019, 5:55 p.m.