knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("edgararuiz/dbt")
library(dbt) library(pracma) script_results <- dbt_read_run_script(silent = TRUE) script_results
dbt_read_run_script()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.