StudentAcademicSummary table on PROD1 in Schools schema which hasget_students_academic_summary.RdConnect to StudentAcademicSummary table on PROD1 in Schools schema which has
get_students_academic_summary()a tbl_sql SQL Server object.
# This attaches to the school db with \code{conn_PROD1} connection
# This pulls down schools data form the DB and onto your computer
# and then cleans the names (lower snakecase) using [janitor::clean_names()]
if (FALSE) {
stus_academ_summary <- get_students_academic_summary()
}