View source: R/get_LearningLocation.R
| get_learning_location | R Documentation |
LearningLocation database RGVPDRA-DASQL which provides
daily learning location (i.e, remote or in-person) for every student on ever dayConnect 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()
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.
a tbl_sql SQL Server object.
# This attaches to the school db with \code{conn_LearningLocation} connection
## Not run:
att_type <- get_learning_location()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.