getPgParams | 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.
modifyPubmedDb()
pg = getPgParams(system.file('extdata', 'pgpass', package = 'pmparser'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.