README.md

intendo

R-CMD-check

The goal of intendo is to ...

Installation

You can install the development version of intendo like so:

remotes::install_github("pachadotdev/edmonton-rug-workshop")

Example

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

library(intendo)
con <- sql_connection()
tbl(con, "sj_all_revenue_small") %>%
  filter(item_type == "iap" & item_name == "gold4")


pachadotdev/edmonton-rug-workshop documentation built on May 4, 2022, 12:35 a.m.