Learn R Programming

RObsDat (version 16.03)

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

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

Arguments

Details

Use addDataValues to store data in the database.

Use getMetadata and getDataValues to retrieve information from the database.

References

Reusser et al. 2012: Todo add details

Examples

Run this code
	example(addDataValues)
	example(updateValues)

Run the code above in your browser using DataLab