get.edhw {sdam} | R Documentation |
Wrapper to get data from the Epigraphic Database Heidelberg API
Description
A wrapper function to obtain data from the Epigraphic Database Heidelberg REST like API repository.
Usage
get.edhw(file = NULL, hd_nr, ...)
Arguments
file |
JSON file with EDH data (optional) |
hd_nr |
HD number of inscriptions |
... |
additional arguments |
Details
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.
Value
A list of lists object with the items described in get.edh
.
Note
Large samples can take a lot of time.
Author(s)
Antonio Rivero Ostoic
References
https://edh.ub.uni-heidelberg.de/data/api
See Also
Examples
## Not run:
# get 10 records from EDH API data
get.edhw(hd_nr=1:10)
## End(Not run)
[Package sdam version 1.1.4 Index]