I just finished running this:
dfm <- create_dfm(elements=docs, features=terms)
and then started this:
g <- create_network(dfm, min_studies=3)
and after a few minutes the project said I was inactive too long and click here to resume, but I was here the whole time moving the mouse and clicking on the screen as it happened more than once. The project goes to sleep and when I click resume, everything is gone. It always fails on the second code:
g <- create_network(dfm, min_studies=3)
thanks for any help; newbie