get.edhw | R Documentation |
A wrapper function to obtain data from the Epigraphic Database Heidelberg REST like API repository.
get.edhw(file = NULL, hd_nr, ...)
file |
JSON file with EDH data (optional) |
hd_nr |
HD number of inscriptions |
... |
additional arguments |
This wrapper function aims to obtain sample data from the Epigraphic Database Heidelberg API repository
by their HD numbers or a file with a valid format JSON can be specified in file
.
In any case, the JSON output becomes a list object with the rjson
package.
A list of lists object with the items described in get.edh
.
Large samples can take a lot of time.
Antonio Rivero Ostoic
https://edh.ub.uni-heidelberg.de/data/api
get.edh
, simil
, rjson
## get 10 records from EDH API data ## Not run: get.edhw(hd_nr=1:10) ## End(**Not run**)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.