Last data update: 2014.03.03

R: Set Database Parameters
dbParsR Documentation

Set Database Parameters

Description

Sets

Usage

dbPars(host = "localhost", port = 5432, dbname, user = "postgres", password)

Arguments

host

a vector of mode "character"

port

numeric

dbname

a vector of mode "character"

user

a vector of mode "character"

password

a vector of mode "character"

Value

an object of class dbPars

Author(s)

Christoph Heibl

See Also

taxon, locus, and megapteraPars for defining of taxa, loci, and the pipeline's parameters, respectively, and megapteraProj for the bundling of input data.

Results