get_currently_enrolled_students | R Documentation |
Students
table on PROD1
in Schools
schema only pull
currently enrolled studentsSpecifically, pull students data where EnrollmentStatus == 0
,
RowIsCurrent = TRUE
and SchoolTermID = max(SchoolTermID)
get_currently_enrolled_students()
a tbl_sql SQL Server
object.
# This attaches to the school db with \code{conn_PROD1} connection
## Not run:
current <- get_currently_enrolled_students()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.