get_test_json | R Documentation |
Get the JSON data for any (or all) tests
get_test_json(name = NULL, grade = NULL, content = NULL)
name |
The name of the test to download (e.g., Science_G5, ELA_G11). If
used, subsequent arguments to |
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 |
If name
or grade
and content
are supplied, the
json data for just that test is returned. If all are NULL
, then
a list with the json data for all tests are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.