unicol_data
summarizes the color palettes
included in the unicol package
(as a data frame).
Examples
dim(unicol_data)
#> [1] 273 4
head(unicol_data)
#> inst inst_alt
#> 1 Aalto University Aalto Yliopisto / AU
#> 2 Aalto University Aalto Yliopisto / AU
#> 3 Aarhus University Aarhus Universitet / AU
#> 4 Aberystwyth University Prifysgol Aberystwyth
#> 5 Aberystwyth University Prifysgol Aberystwyth
#> 6 Arizona State University Arizona State University / ASU
#> url pal
#> 1 https://www.aalto.fi/fi aalto_1
#> 2 https://www.aalto.fi/fi aalto_2
#> 3 https://www.au.dk aarhus
#> 4 https://aber.ac.uk/en/ aberystwyth_1
#> 5 https://aber.ac.uk/en/ aberystwyth_2
#> 6 https://www.asu.edu asu_1
# Descriptives:
length(unique(unicol_data$pal)) # number of color palettes
#> [1] 273
length(unique(unicol_data$inst)) # number of institutions
#> [1] 116