The goal of ccdm is to ...
The following functionality is provided:
- simplified connections to a specified Cloud Data Warehouse (CDW) or other database server
- de-normalized views supporting OLAP analysis
- shortened syntax for configuring remote pointers to those views and CDW tables
- miscellaneous helper functions
You can install the development version of ccdm from GitHub with:
# install.packages("devtools")
devtools::install_github("rparrish/ccdm")
This package assumes that:
- you have access to underlying tables and view a CDW or similar database
- you are somewhat familiar with DBI and thetidyverse style of working with remote database tables.