Skip to contents

Creates a line plot showing the distribution of records by year.

Usage

visualize_year_distribution_line(metadata)

Arguments

metadata

A tibble containing refined Finna metadata, with a "Year" column.

Value

A ggplot2 object representing the line plot.

Examples

library(finna)
sibelius_data <- search_finna("sibelius")
refined_data <- refine_metadata(sibelius_data)
visualize_year_distribution_line(refined_data)
#> Warning: There was 1 warning in `mutate()`.
#>  In argument: `Year = as.numeric(Year)`.
#> Caused by warning:
#> ! NAs introduced by coercion