I was also able to get
library(dplyr)
readr::read_lines(MYRTACEAE_DL_PATH) %>% length()
# 2 639 080
to read all the lines so I am not sure what these parsers are using internally…
I was also able to get
library(dplyr)
readr::read_lines(MYRTACEAE_DL_PATH) %>% length()
# 2 639 080
to read all the lines so I am not sure what these parsers are using internally…