get.edhw: Wrapper to get data from the Epigraphic Database Heidelberg...

get.edhwR 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

get.edh, simil, rjson

Examples

## get 10 records from EDH API data
## Not run:
get.edhw(hd_nr=1:10)
## End(**Not run**)

sdam-au/sdam documentation built on Sept. 13, 2022, 7:15 a.m.