Skip to contents

Creates a bar plot showing the distribution of records by their formats.

Usage

visualize_format_distribution(metadata)

Arguments

metadata

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

Value

A ggplot2 object showing the distribution of records by formats.

Examples

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