getPgParams {pmparser} | R Documentation |
This is a helper function to get parameters from a .pgpass file. See here for details.
getPgParams(path = "~/.pgpass")
path |
Path to .pgpass file. |
A data.table with one row for each set of parameters.
pg = getPgParams(system.file('extdata', 'pgpass', package = 'pmparser'))