Connet to `sqlite3` file and read a specific table and convert
the date string to a date type
read_dbtab(path = "./03processed-data/Richard.sqlite3", table = "SoilWater")
Arguments
| path |
the path to the sqlite file |
| table |
a charater string for the table name |
Value
A data.table has simulation results.