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

Améliorer la doc #2

parent f17a8da3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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