getPgParams: Get Postgres connection parameters

getPgParamsR Documentation

Get Postgres connection parameters

Description

This is a helper function to get parameters from a .pgpass file. See here for details.

Usage

getPgParams(path = "~/.pgpass")

Arguments

path

Path to .pgpass file.

Value

A data.table with one row for each set of parameters.

See Also

modifyPubmedDb()

Examples

pg = getPgParams(system.file('extdata', 'pgpass', package = 'pmparser'))


hugheylab/pmparser documentation built on Jan. 17, 2025, 12:22 a.m.