khondula / rodm2

Work with an ODM2 database in R
https://khondula.github.io/rodm2/
Other
3 stars 2 forks source link

connect_sqlite: doesn't recognize odm2 format #55

Open swploum opened 4 years ago

swploum commented 4 years ago

odm2 is not recognized:

`

db <- connect_sqlite("DRIP_database_v2.sqlite") This file does not seem to match the ODM2 schema. db <- connect_sqlite("odm2.sqlite") This file does not seem to match the ODM2 schema.

  | >

`

swploum commented 4 years ago

A newly generated odm2.sqlite seems to work, so maybe a db specific problem for my db's. However, if someone spends time building their db they want to make sure there will never be a problem to connect to it.