README.md

Modèle de documents pour le projet utilitR

R build status Exemple output

This package aims to simplify the formatting of utilitR documentation. A series of function to customize rmarkdown output is proposed in this package.

An example website built using this package can be found here

You can use

rmarkdown::draft('index.Rmd', template="utilitr", package="utilitr", edit = FALSE)

or File > new File > R Markdown > FromTemplate > Modèle documentation utilitR (in that case make sure to change the .Rmd filename into index.Rmd) to create a MWE of the output format.

You can either generate a static website or a PDF book using our package:

bookdown::render_book("index.Rmd", output_dir = "_public", output_format = "utilitr::html_document")
utilitr::pdf_document()


InseeFrLab/utilitr-template documentation built on Oct. 21, 2022, 11:42 p.m.