Learn R Programming

timeseriesdb (version 0.2.1)

searchKeys: Search Keys From Pre-Defined Or Key Based Queries

Description

Search Keys From Pre-Defined Or Key Based Queries

Usage

searchKeys(x, input = NULL, con, ...)

# S3 method for key searchKeys(x, input = NULL, con, ...)

# S3 method for md searchKeys(x, input = NULL, con, ...)

# S3 method for set searchKeys(x, input = NULL, con, ...)

Arguments

x

query type as character.

input

input that triggers action. Defaults to NULL.

con

PostgreSQL Connection object.

...

addtional arguments to be passed to the methods.