R/WordR.R

#' WordR: package for rendering MS Word documents with R inline code and inserting tables and plots.
#'
#' The WordR package provides three main functions
#' \code{\link[WordR]{body_add_flextables}}, \code{\link[WordR]{addPlots}} and \code{\link[WordR]{renderInlineCode}},
#'which together should provide enough functionality to create a nice, customised MS Word report from a given template.
#'
#'More information about the package can be found in \href{https://CRAN.R-project.org/package=WordR/vignettes/WordR.html}{vignette} or run:\cr
#'
#' \code{vignette("WordR", package = "WordR")}
#'
#' @docType package
#' @name WordR

Try the WordR package in your browser

Any scripts or data that you put into this service are public.

WordR documentation built on Jan. 13, 2023, 1:12 a.m.