StudentsContinuousEnrollment table on PROD1 in Attendance schema which has
the "learing environment" of students (i.,e remote vs in-person) for each dayget_students_continuous_enrollment.RdConnect to StudentsContinuousEnrollment table on PROD1 in Attendance schema which has
the "learing environment" of students (i.,e remote vs in-person) for each day
get_students_continuous_enrollment()a tbl_sql SQL Server object.
# This attaches to the Schools 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_cont_enrollment <- get_students_continuous_enrollment()
}