knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pg

Lifecycle: experimental CRAN status

The name of the package (Papa Golf) reflects the fundamental dependency: PostgreSQL. The functions support connection to PostgreSQL databases either using RPostgres or by odbc.

The goal of pg is to encapsulate PostgreSQL-specific queries using dplyr, dbplyr and DBI packages.

Installation

You can install the development version of pg like so:

# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?

Example

This is a basic example which shows you how to solve a common problem:

library(pg)
## basic example code


royratcliffe/pg documentation built on March 19, 2022, 7:22 a.m.