Language

Language codes are from MARC; new custom abbreviations can be added in this table.

Title count per language (including multi-language documents; note the log10 scale):

top_plot(df, "languages", ntop = ntop, log10 = TRUE) 

Top languages

Number of documents assigned with each language (top-10). For a complete list, see accepted languages.

x <- top(df, "languages")
tab <- cbind(names(x), unname(x), round(100 * unname(x/nrow(df)), 1))
colnames(tab) <- c("Language", "Documents (n)", "Fraction (%)")
kable(head(tab, 10))


rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.