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'))


pmparser documentation built on April 4, 2025, 4:55 a.m.