if (FALSE) {
# Query to search information about all Italian educational institutions
res <- oa_fetch(
entity = "institutions",
country_code = "it",
type = "education",
output = "list"
)
oa2df(res, entity = "institutions")
}
Run the code above in your browser using DataLab