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