Docxtractr不清除lapply R中的内存

时间:2019-06-06 09:03:55

标签: r

使用fuxtion docx_extract_all_tbls(软件包“ docxtractr”)运行Lapply会导致内存使用量猛增,并且在此之后不清除内存并导致崩溃。


alldocs<-lapply(files, read_docx)

alltables<- lapply(alldocs, docx_extract_all_tbls)```

0 个答案:

没有答案