diff --git a/DESCRIPTION b/DESCRIPTION index 214e46f3b0c5ef59b2fceea7432b4a5a0eda3d0d..5443e2103f0aea4da0162efbea40a28885ae4776 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Connects to a mediawiki instance and writes in it what you want. Provides classes Mediawikir and Batchator. Version: 0.1.13 Author: Mathieu Loiseau -Maintainer: Mathieu Loiseau <loiseaum@univ-grenoble-alpes.fr> +Maintainer: Mathieu Loiseau <loiseaum@liris.cnrs.fr> Description: Mediawikir class can be used to post the output of an R script directly into a mediawiki instance. Batchator class allows batch page creation. License: MIT Encoding: UTF-8 diff --git a/R/class.R b/R/class.R index cc12ddff2803c610ebab1b34e39076aed4a63f96..12ee2a6a89965b72e44326b7b1f1396630480785 100644 --- a/R/class.R +++ b/R/class.R @@ -435,7 +435,7 @@ Mediawikir <- R6Class("Mediawikir", #' AND the data for each of those fields (following lines).} #' \item{\code{applyTemplate()}}{Applies the templates defined using \code{loadTemplate}, \code{setPageNamePattern} to the data loaded with \code{loadContent}. #' It should be noted that if the page exists it is replaced.} -#' \item{\code{modifyWikiTemplateAttributes(file_path)}}{Reads file_path and replaces in each page listed in the Page column the content +#' \item{\code{modifyWikiTemplateAttributes(file_path)}}{Reads the csv file pointed by file_path and replaces in each page listed in the Page column the content #' first occurence of each field with the corresponding value. #' #' \strong{Warning:} This function is dependant on \code{\link{replaceSingleLineTemplateField}}, which is very basic.}