get_items | R Documentation |
Function to pull item level data with student demographics from the live ORExt database
get_items(grade = NULL, content = NULL, demographics = TRUE, db = NULL)
grade |
Optional argument to return only data from a specific grade.
Default is |
content |
Optional argument to return only data from a specific content
area. Default is |
demographics |
Logical, defaults to |
db |
Database to call |
If both grade
and content
are both NULL
, a list
of all grade/content areas. If one or the other is supplied, a list with
only the specific grade/content area. If both grade
and
content
are supplied, a single data frame for that grade/content
area is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.