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 surveyget_aees.Rd
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()
a tbl_sql SQL Server
object.
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
# This attaches to the school db with \code{conn_AEES} connection
if (FALSE) {
aees <- get_aees()
}