Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 29 found.
[1] < 1 2 3 > [3]  Sort:

searchKVP (Package: timeseriesdb) : Search Key-Value Pairs, look for existing keys in an Hstore

Search hstore key value in PostgreSQL. Very handsome when crawling the database by meta informaiton. Currently works for non translated meta information.
● Data Source: CranContrib
● Keywords:
● Alias: lookForKey, searchKVP
● 0 images

exportTsList (Package: timeseriesdb) : Export A List of Time Series to CSV

Export a List of time series to semi-colon separated csv file. Typically multiple time series are exported as long format (melted format) files.
● Data Source: CranContrib
● Keywords:
● Alias: exportTsList
● 0 images

addMetaInformation (Package: timeseriesdb) : Add Meta Information to R Environments

This function adds meta information to environments that are explicitly meant to store Meta Information. This function can be used separately in interactive R Session or to facilitate mapping database information to R.
● Data Source: CranContrib
● Keywords:
● Alias: addMetaInformation
● 0 images

searchKeys (Package: timeseriesdb) : Search Keys From Pre-Defined Or Key Based Queries

Search Keys From Pre-Defined Or Key Based Queries
● Data Source: CranContrib
● Keywords:
● Alias: searchKeys, searchKeys.key, searchKeys.md, searchKeys.set
● 0 images

plot.tslist (Package: timeseriesdb) : Plot a list of Time Series

Plot a list of Time Series Directly plot time series of mixed frequency into one plot. readTimeSeries returns a list of time series. The returned list is also of class tslist which makes it very convenient to plot timeseries, directly out of the database. This function gets automatically the right ranges for the axes to plot all values and dates in contained in the list.
● Data Source: CranContrib
● Keywords:
● Alias: plot.tslist
● 0 images

storeTsSet (Package: timeseriesdb) : Store a New Set of Time Series

Store a new set of Time Series to the database. Users can select the time series keys that should be grouped inside a set.
● Data Source: CranContrib
● Keywords:
● Alias: storeTsSet
● 0 images

readMetaInformation (Package: timeseriesdb) : Read Meta Information from a Time Series Database

This function reads meta information from a timeseriesdb package PostgreSQL database and puts into a meta information environment.
● Data Source: CranContrib
● Keywords:
● Alias: readMetaInformation
● 0 images

createUI (Package: timeseriesdb) : Polymorphic Helpers for the Shiny Based GUI

Though R is not strictly OO it is sometimes useful to add some object orientation. In the case of a shiny app with an dynamically created user interface a bit of pseudo polymorphism helps to avoid too many but,ifs and elses. Depending on the query type that is selected by the user a UI creation method is called.
● Data Source: CranContrib
● Keywords:
● Alias: createUI, createUI.key, createUI.md, createUI.set
● 0 images

storeMetaInformation (Package: timeseriesdb) : Store Meta Information to the Database

This function stores meta information to the database for a given time series. Make sure that corresponding time series had been inserted to the main table before.
● Data Source: CranContrib
● Keywords:
● Alias: storeMetaInformation
● 0 images

%k% (Package: timeseriesdb) : Search the Database by Keys

Quick handle operator to search the database by keys. All time series whose key fit the regular expression which was handed to the operator are returned in a list.
● Data Source: CranContrib
● Keywords:
● Alias: %k%, createMetaDataHandle
● 0 images