Students table on PROD1 in Attendance schema which has
membership (i.e., enrollment) and attendance dataget_student_daily_attendance.RdConnect to Students table on PROD1 in Attendance schema which has
membership (i.e., enrollment) and attendance data
get_student_daily_attendance()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) {
stu_attend <- get_student_daily_attendance()
}