get_iabwa | R Documentation |
IABWA
table on PROD2
in Assessments
schemaConnect to IABWA
table on PROD2
in Assessments
schema
get_iabwa()
a tbl_sql SQL Server
object.
# This attaches to the school db with \code{conn_PROD1} connection
## Not run:
schools <- get_schools()
## End(Not run)
# 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:
ias_bwas <- get_ia_bwa() %>%
filter(AcademicYear == "2020-2021") %>%
collect() %>%
clean_names()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.