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