Analyze Trends Over Time with Binned Years (Decades)
Source:R/analyze_trends_over_time.R
analyze_trends_over_time_binned.Rd
This function analyzes how search results for a given query have trended over time, binned by decades. It plots the number of records found for each decade, allowing users to see trends over larger time intervals.
Examples
finna_data <- search_finna("Sibelius")
trends <- analyze_trends_over_time_binned(finna_data, "Sibelius")
print(trends)