db_get | R Documentation |
Function to query the live OR Extended database and return specific tables
db_get(table, db = NULL, raw = FALSE, key = db_key())
table |
A string specifying the specific table from the Oregon Extended live database. Should be one of "Accommodations", "Answers", "Districts", "Exams", "Items", "Preferences", "Schools", "Students", "Students_old", "Submissions", "SupplementalDistricts", "SupplementalSchools", "Tasks", "User", "UserStudents", or "UserStudents_old". |
db |
A string specifying the database to query. Defaults to
|
raw |
Logical, defaults to |
key |
Your personal key for accessing the Oregon Extended Database.
Defaults to |
tibble (if installed) or data.frame of requested table
library(orextdb) ## Not run: db_get(table = 'Schools', db = 'ORExt2021') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.