Learn R Programming

timeseriesdb (version 0.2.1)

exploreDb: Start a GUI to Explore Data

Description

Start a graphical user interface in the user's standard web browser to search and explore time series data. Data can be searched using regular expressions for keys. Hits can subsequently selected from a select box and are plotted in a joint time series plot.

Usage

exploreDb(con, browser = T)

Arguments

con

PostgreSQL Connection object

browser

logical should app be fired up in the web browser? Defaults to TRUE.