From 274c9179cb9af2e4c8d9152025b399ca9f18142e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 24 Aug 2020 16:10:52 +0200 Subject: [PATCH] remove meta_file argument --- R/lemma_writer.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {