From e1e2d708fc698a9f9888fb7246ecb14255209b1b Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@univ-grenoble-alpes.fr> Date: Wed, 12 Dec 2018 08:59:10 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liorer=20la=20doc=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/class.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/class.R b/R/class.R index e8fd98b..7bc5640 100644 --- a/R/class.R +++ b/R/class.R @@ -294,7 +294,8 @@ Mediawikir <- R6Class("Mediawikir", #' The template should contain occurrences of the fields defined in the content file.} #' \item{\code{loadContent(file_path)}}{Takes the path to a csv file that contains both the list of fields used in the templates (1st line) #' AND the data for each of those fields (following lines).} -#' \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent.} +#' \item{\code{applyTemplate()}}{Applies the templates defined using loadTemplate, setPageNamePattern to the data loaded with loadContent. +#' It should be noted that if the page exists it is replaced.} #'} #'@importFrom stringr str_replace_all -- GitLab