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

udftool

Lifecycle: experimental CRAN status Codecov test coverage R-CMD-check

udftool makes it easy to develop, deploy, and maintain PostgreSQL user-defined functions.

Installation

This package is in its (very) early stages, so it is not yet available on CRAN. You can install the latest development version by running:

# install.packages("devtools")
devtools::install_github("briandconnelly/udftool")


briandconnelly/udftool documentation built on Dec. 19, 2021, 11:43 a.m.