View source: R/db_get-helpers.R
get_raw_data | R Documentation |
The raw data is returned as a single string. It then needs to be passed
to parse_txt_data
or create_item_table
(if
item data are being returned).
get_raw_data(table, 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
|
key |
Your personal key for accessing the Oregon Extended Database.
Defaults to |
Character vector — the raw data from the API
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.