Skip to content
Snippets Groups Projects
Commit aec71c70 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

updage author info

parent 069cefe8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment