get_student_daily_attendance: Connect to 'Students' table on 'PROD1' in 'Attendance' schema...

View source: R/get_PROD1.R

get_student_daily_attendanceR Documentation

Connect to Students table on PROD1 in Attendance schema which has membership (i.e., enrollment) and attendance data

Description

Connect to Students table on PROD1 in Attendance schema which has membership (i.e., enrollment) and attendance data

Usage

get_student_daily_attendance()

Value

a ⁠tbl_sql SQL Server⁠ object.

Examples


# 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()]
## Not run: 
stu_attend <- get_student_daily_attendance()

## End(Not run)


idea-analytics/ideadata documentation built on Feb. 1, 2024, 5:40 a.m.