Learn R Programming

RObsDat (version 14.04)

RObsDat-package: R-Interface to the observations Data Model from QUASHI

Description

This package provides classes and functions for handling observational (time series) data.

The package provides a number of feature for your convenience: - Automatic retrieval of standard vocabularies from QUASHI. - 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("sp", "testthat","XMLSchema", "SSOAP", "xts", "vwr", "RSQLite"), repos = c("http://www.omegahat.org/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