buildHTML: buildHTML

Description Usage Arguments Details Author(s) See Also

View source: R/buildHTML.R

Description

Converts a folder with markdown files and a corresponding literature library (if available) to HTML files and creates cross-links between them.

Usage

1
2
3
4
5
6
7
8
9
buildHTML(
  style = "classic",
  folder = "html",
  mdfolder = "markdown",
  literature = "literature.bib",
  citation = "../CITATION.cff",
  supplementary = "images",
  debug = FALSE
)

Arguments

style

visualization style to be used for the creation. Currently available styles are "classic" and "ming"

folder

location the HTML files should be written to

mdfolder

path to the markdown folder to be used as source

literature

path to a bibliography, if available (will be ignored if file does not exist)

citation

Citation information in citation file format (optional)

supplementary

a vector of files and/or folders required for the conversion (e.g. an images subdirectory with figures to be shown in the documents)

debug

logical which switches on/off a debug mode which will return additional status updates and keep build files

Details

Pandoc (https://pandoc.org/) together with pandoc-citeproc need to be installed on the system.

Author(s)

Jan Philipp Dietrich

See Also

goxygen, buildTEX


goxygen documentation built on Aug. 16, 2020, 5:06 p.m.