library(DBI)
library(DT)
<- tempfile()
temp download.file("https://github.com/MarburgOpenForest/MOFGeoDB/blob/master/MOFgeoDB.sqlite?raw=true", temp)
= dbConnect(RSQLite::SQLite(), dbname =temp)
db
::dbReadTable(db, "lut_plottype") %>%
DBI::datatable(options = list(dom = 't')) DT
Warning: Column `xlength`: mixed type, first seen values of type real, coercing
other values of type string
Warning: Column `ylength`: mixed type, first seen values of type real, coercing
other values of type string