Skip to contents

Generate a waffle chart of journal paper percentages, by continent (each square = 1% of data)

Usage

waffle_continent(data, citation = NULL, citation_size = NULL)

Arguments

data

The processed dataframe of data

citation

Optionally, a citation to add as a footer.

citation_size

Font size of the citation.

Examples

if (FALSE) { # \dontrun{
data <- fetch_openalex_pubs(journal_name = "Journal of Economic Psychology", pages = 1)
data <- clean_journals_continents(data)
waffle_continent(data)
} # }