get_student_engagement_attendance | R Documentation |
StudentEngagementAttendance
table on PROD1
in Attendance
schema which has
the "learning environment" of students (i.,e remote vs in-person) for each dayConnect to StudentEngagementAttendance
table on PROD1
in Attendance
schema which has
the "learning environment" of students (i.,e remote vs in-person) for each day
get_student_engagement_attendance()
a tbl_sql SQL Server
object.
# This attaches to the Attendance db with \code{conn_PROD1} connection
# This pulls down engagement data form the DB and onto your computer
# and then cleans the names (lower snakecase) using [janitor::clean_names()]
## Not run:
stus_engagement <- get_student_engagement_attendance()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.