finddx / finddxtemplate

https://finddx.github.io/finddxtemplate/
0 stars 0 forks source link

finddxtemplate

R build
status

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:

HTML template

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"))

Installation

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")

Use

---
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
---

Documentation

Open the pkgdown:

finddxtemplate::open_pkgdown()

Two vignettes are available: