Compute h-index trajectory over time
h_index.RdComputes the evolution of the h-index across years using citation data exported from Scopus.
Arguments
- data
A tidy data frame created by
clean_scopus().- start_year
Optional starting year for the analysis. Defaults to the earliest citation year available.
- end_year
Optional ending year for the analysis. Defaults to the latest citation year available.
- h
Initial h-index value (default = 0).