knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version of pg like so:
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
This is a basic example which shows you how to solve a common problem:
library(pg) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.