diff --git a/man/Batchator.Rd b/man/Batchator.Rd index df4165a9de6e2deb3b0587b125cd5aebcd80091f..f9fea6cf07e322bec5d4d6209f48082094b9f468 100644 --- a/man/Batchator.Rd +++ b/man/Batchator.Rd @@ -45,7 +45,8 @@ Uses \link{Mediawikir} to create/edit a batch of mediawiki pages 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.} } }