Skip to contents

Creates a heatmap showing the correlation between formats and libraries.

Usage

visualize_format_library_correlation(metadata)

Arguments

metadata

A tibble containing refined Finna metadata, with "Formats" and "Library" columns.

Value

A ggplot2 object showing the heatmap of format-library correlation.

Examples

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