First time run conditions, under windows. There is no error until it fails to connect to the database:
setwd("C:/Users/Graham/Documents/EPAR_BROOKINGS_PORTFOLIO/raw_docs")
corpus_test <- readRDS("C:/Users/Graham/Documents/EPAR_TB_PORTFOLIO/testfolder/Research_Grants/corpus_cleaned_nostemming.rds")
frame_test <- PreTopicFrame2(corpus_test, 2, workingfolder=getwd(), removeentities = FALSE)
Error in rsqlite_connect(dbname, loadable.extensions, flags, vfs) :
Could not connect to database:
unable to open database file
First time run conditions, under windows. There is no error until it fails to connect to the database: