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

dbt

The goal of dbt is to provide a simple interface to run a battery of tests of dplyr operations against a new back-end, such as a new database translation.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("edgararuiz/dbt")

Using

library(dbt)
library(pracma)

script_results <- dbt_read_run_script(silent = TRUE)

script_results
dbt_read_run_script()


edgararuiz/dbt documentation built on Dec. 20, 2021, 3:19 a.m.