get.edhw: 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, ...)
Value
A list of lists object with the items described in get.edh.
Arguments
file
JSON file with EDH data (optional)
hd_nr
HD number of inscriptions
...
additional arguments
Author
Antonio Rivero Ostoic
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.