Last data update: 2014.03.03

R: Search Keys From Pre-Defined Or Key Based Queries
searchKeysR Documentation

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 class 'key'
searchKeys(x, input = NULL, con, ...)

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

## S3 method for class '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.

Results