Closed frankbach closed 3 years ago
Hi Frank,
From that short snippet it seems like you are not saving the returned object from open_project anywhere in your environment. Perhaps try:
db = open_project("verbAggression.db")
get_booklets(db)
(assuming verbAggression.db is a valid dexter project and has some response data in it)
Thanx!
I found another way that seems to be almost identical:
db <- dbConnect(db)
They are not entirely identical. dbConnect will connect to a db to or create one if it does not yet exist, but in the second case it will not be a dexter db and that will plikely cause errors further on. Best to use open_project.
When I try to use open_project() I get the following error message: