if (FALSE) {
# get inscriptions from a Roman province
arm <- edhw(province="Armenia")
# choose variables to a data frame
armv <- edhw(x=arm, as="df",
vars=c("findspot_ancient", "type_of_inscription", "type_of_monument", "language"))
# matrix of similarities of two variables
simil(armv, vars=c("findspot_ancient", "language"))}
Run the code above in your browser using DataLab