# \donttest{
# Search the default entity, Norwegian official reports in regjeringen.no
example <- ZoteroGov("2001:4")
# Print index using `ZoteroIndex`
if (any(nrow(example$data))) {
ZoteroIndex(example$data) |>
dplyr::select(name) |>
print(width = 80)
}
# }
Run the code above in your browser using DataLab