remove meta_file argument

master
Your Name 4 years ago
parent 6e0e693d4e
commit 274c9179cb

@ -17,7 +17,7 @@
#################################### Lemma text file generator ############################# #################################### 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) plan(multiprocess, workers = cores)
par_writer <- function(row, out, lemma) { par_writer <- function(row, out, lemma) {
if (lemma == T) { if (lemma == T) {

Loading…
Cancel
Save