R/getDB.R

getDB = function(dbName = "NZSA"){
  return(dbConnect(RSQLite::SQLite(), dbName))
}
jmcurran/NZSA documentation built on May 29, 2019, 2:28 p.m.