/silounloadr

functions for convey and prep data from KIPP Chicago's Silo data warehouse to an R session

Primary LanguageR

silounloadr

A real deal silo unloader diagram

Functions to convey and prep data from KIPP Chicago's Silo data warehouse to an R session.

.Renviron

Users will need to supply a .Renviron file in their home directory with the following variables set:

  • SILO_DBNAME_NWEA
  • SILO_DBNAME_PS_MIRROR
  • SILO_DBNAME_ILLUMINATE_MIRROR
  • SILO_DBNAME_ALUMNI_MIRROR
  • SILO_DBNAME_KICKBOARD
  • SILO_DBNAME_STMATH
  • SILO_URL
  • SILO_USER
  • SILO_PWD

Instillation

  1. install.packages("devtools")
  2. library(devtools)
  3. install_github("kippchicago/silounloadr")