Setup:
Samsung Galaxy Tab S5e SM-T720
Android Pie on Linux 4.9.112 (not rooted)
Termux
library(tidyverse) | |
library(bibtex) | |
theme_set(theme_minimal()) | |
## You'll need to modify the next line to wherever your bib file is | |
entries <- read.bib("~/Dropbox/bibliography/references.bib") | |
lentries <- length(entries) | |
years <- list(lentries) | |
type <- list(lentries) |