From 8ddd016aa29703ab47c8d3fba5c6c7f1cace475e Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@univ-grenoble-alpes.fr> Date: Fri, 7 Dec 2018 19:12:44 +0100 Subject: [PATCH] with wiki, needs page name pattern --- R/class.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/R/class.R b/R/class.R index 92b92b8..afd7821 100644 --- a/R/class.R +++ b/R/class.R @@ -318,10 +318,8 @@ Batchator <- R6Class("Batchator", self$wiki$resetContent(str_replace_all(self$template, setNames(as.vector(t(self$content[i,])), self$field_list))) - print(paste("Content of ",self$page_prefix,self$page_names[i],sep = "")) - print(str_replace_all(self$template, - setNames(as.vector(t(self$content[i,])), - self$field_list))) + self$wiki$setPage(paste(self$page_prefix,self$page_names[i],sep = "")) + #self$wiki$postContent() } } }, -- GitLab