Skip to contents

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

Examples

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