The {finddxtemplate} package provides design tools to create a Rmd template for html documents.
Current version is 0.1.0.
The documentation is available here:
An overview of the HTML template is available here: https://connect.thinkr.fr/finddxtemplate-pkgdown-website/rmd_template.html
Or in command line:
browseURL(system.file("rmarkdown", "rmd_template.html", package = "finddxtemplate"))You can install the package with:
if (requireNamespace("remotes")){install.packages("remotes")}
remotes::install_local(path = "path/to/finddxtemplate_0.1.0.tar.gz", 
                       repos = "http://cran.rstudio.com", 
                       type = "source")logo fieldoutput field---
title: "My report"
author: "Arthur Bréant"
date: "1/13/2022"
logo: "`r system.file('logo', 'logo.svg', package = 'finddxtemplate')`"
output: finddxtemplate::html_document_find
---Open the pkgdown:
finddxtemplate::open_pkgdown()Two vignettes are available: