View source: R/analyze_metadata.R
analyze_metadata | R Documentation |
Performs basic analysis on Finna metadata, summarizing the distribution of formats, years, and authors.
analyze_metadata(metadata)
metadata |
A tibble containing refined Finna metadata. |
A list of tibbles with summaries of formats, years, and authors.
library(finna)
sibelius_data <- search_finna("sibelius")
refined_data <- refine_metadata(sibelius_data)
analyze_metadata(refined_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.