get_students_continuous_enrollment: Connect to 'StudentsContinuousEnrollment' table on 'PROD1' in...

View source: R/get_PROD1.R

get_students_continuous_enrollmentR Documentation

Connect to StudentsContinuousEnrollment table on PROD1 in Attendance schema which has the "learing environment" of students (i.,e remote vs in-person) for each day

Description

Connect to StudentsContinuousEnrollment table on PROD1 in Attendance schema which has the "learing environment" of students (i.,e remote vs in-person) for each day

Usage

get_students_continuous_enrollment()

Value

a ⁠tbl_sql SQL Server⁠ object.

Examples


# 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()]
## Not run: 
stus_cont_enrollment <- get_students_continuous_enrollment()

## End(Not run)

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