ResultsView
View or other tables in GPTW
on RGVPDRA-DASQL
which provides
a tidy (i.e. a long ) view of non-OE responses from the 2020-21 GPTW surveyget_gptw.Rd
Connect to ResultsView
View or other tables in GPTW
on RGVPDRA-DASQL
which provides
a tidy (i.e. a long ) view of non-OE responses from the 2020-21 GPTW survey
get_gptw()
get_gptw_oe_questions()
get_gptw_oe_responses()
get_gptw_questions()
get_gptw_results()
get_gptw_sections()
a tbl_sql SQL Server
object.
get_gptw_oe_questions()
: OEQuestions
table in GPTW
on RGVPDRA-DASQL
get_gptw_oe_responses()
: OEResponses
table in GPTW
on RGVPDRA-DASQL
get_gptw_questions()
: Questions
table in GPTW
on RGVPDRA-DASQL
get_gptw_results()
: Results
table in GPTW
on RGVPDRA-DASQL
get_gptw_sections()
: Sections
table in GPTW
on RGVPDRA-DASQL
# This attaches to the school db with \code{conn_GPTW} connection
if (FALSE) {
gptw <- get_gptw()
}