Connect to ResultsView View or other tables in AEES on RGVPDRA-DASQL which provides a tidy (i.e. a long ) view of non-OE responses from the 2020-21 AEES survey

get_aees()

get_aees_oe_questions()

get_aees_oe_responses()

get_aees_questions()

get_aees_results()

get_aees_sections()

Value

a tbl_sql SQL Server object.

Functions

  • get_aees_oe_questions(): OEQuestions table in AEES on RGVPDRA-DASQL

  • get_aees_oe_responses(): OEResponses table in AEES on RGVPDRA-DASQL

  • get_aees_questions(): Questions table in AEES on RGVPDRA-DASQL

  • get_aees_results(): Results table in AEES on RGVPDRA-DASQL

  • get_aees_sections(): Sections table in AEES on RGVPDRA-DASQL

Examples

# This attaches to the school db with \code{conn_AEES} connection
if (FALSE) {
aees <- get_aees()
}