Skip to contents

Creates a bar plot showing the top-20 most frequent titles and their counts.

Usage

visualize_top_20_titles(metadata)

Arguments

metadata

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

Value

A ggplot2 object showing the bar plot of the top-20 titles.

Examples

library(finna)
sibelius_data <- search_finna("sibelius")
refined_data <- refine_metadata(sibelius_data)
visualize_top_20_titles(refined_data)