diff --git a/R/lemma_writer.R b/R/lemma_writer.R index 76e288a..f91cf1f 100644 --- a/R/lemma_writer.R +++ b/R/lemma_writer.R @@ -17,7 +17,7 @@ #################################### Lemma text file generator ############################# ################################################################################################# -lemma_writer <- function(out, file, localhost = F, documents = F, lemma = F, cores = 1, meta_file = NULL) { +lemma_writer <- function(out, file, localhost = F, documents = F, lemma = F, cores = 1) { plan(multiprocess, workers = cores) par_writer <- function(row, out, lemma) { if (lemma == T) {