The goal of intendo is to ...
You can install the development version of intendo like so:
remotes::install_github("pachadotdev/edmonton-rug-workshop")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.