Connect to dbo.SchoolsExtensions View or other tables in lk_Schools on RGVPDSD-DWPRD2 which provides a tidy (i.e. a long ) view of schools information

get_schools_extensions()

Value

a tbl_sql SQL Server object.

Examples

# This attaches to the school db with \code{conn_lk_Schools} connection
if (FALSE) { # \dontrun{
schools_extensions <- get_schools_extensions()
} # }