Learn R Programming

sdam (version 1.1.4)

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.

References

https://edh.ub.uni-heidelberg.de/data/api

See Also

get.edh, simil, rjson

Examples

Run this code
if (FALSE) {
# get 10 records from EDH API data
get.edhw(hd_nr=1:10)}

Run the code above in your browser using DataLab