Enrich Author Name from 'Finna' API and Save Results
Source:R/enrich_author_name.R
enrich_author_name.Rd
This function reads a CSV file from a URL containing Melinda IDs and author names. If the author name is missing (NA), it searches the 'Finna' API for the corresponding Melinda ID to retrieve and update the author name. The updated data is saved in a CSV file.
Value
A tibble with updated author names. The file is saved to a temporary directory using tempdir()
.