Retrieves a list of all authors who have contributed datasets to the catalog by fetching datasets and extracting unique author information.
Value
A tibble (data frame) with the following columns:
- name
Character. Name of the author.
- count
Numeric. Number of datasets contributed by this author.
Examples
try({
authors <- get_authors(max_datasets = 100)
head(authors)
})
#> INFO [2025-03-23 15:18:10] Fetching datasets to extract author information...
#> INFO [2025-03-23 15:18:11] Successfully extracted 14 unique authors from 100 datasets
#> name count
#> 1 Ministère de l'Agriculture, des Ressources Hydrauliques et de la Pêche 72
#> 2 Habib Ben Boubaker 6
#> 3 Nawel Ajabi 4
#> 4 abdessatar talhaoui 3
#> 5 CRDA Sfax - Division de la Pêche et d'Aquaculture 2
#> 6 Houwaida Harrabi Ep Belféki 2