Movatterモバイル変換


[0]ホーム

URL:


rtemps

Travis build statusCRAN statusDownloads

My personal favouriteR templates for doing reproducibledata analyses.

Available Themes

Install

From CRAN:

install.packages("rtemps")

Note that the package imports among others the librariesDT,ggplot2 andxfun.

Usage

Once the templates are installed, you can use them in 2 ways:

  1. Within the templates inRStudio (highly advised -easiest way):
  1. By calling thecreate_rtemp() function which allows youto create a new directory with all the template files inside, ready tobe used/rendered.

Notes

United HTML Theme

rtemps::create_rtemp(dirname ="new-dir",template ="united_html")rmarkdown::render(input ="new-dir/index.Rmd",output_format ="html_document",output_dir ="new-dir")

Bookdown Lite Theme

Rscript-e"rtemps::create_rtemp(dirname = 'new-dir', template = 'bookdown_lite')"cd new-dir./_build.sh

[8]ページ先頭

©2009-2025 Movatter.jp