LearningLocation
database RGVPDRA-DASQL
which provides
daily learning location (i.e, remote or in-person) for every student on ever dayget_learning_location.Rd
Connect to LearningLocation
database RGVPDRA-DASQL
which provides
daily learning location (i.e, remote or in-person) for every student on ever day
get_learning_location()
a tbl_sql SQL Server
object.
The learning location of a student on a given is determined by calculating a
30-day average ("days" includes only days attended) in each location (remote vs in-person).
75% of those 30 days at home leads to an att_category
of remote, 75% of those
30 days at home leads to an att_category
of at-home, and all other cases are
coded mixed.
# This attaches to the school db with \code{conn_LearningLocation} connection
if (FALSE) {
att_type <- get_learning_location()
}