1. 程式人生 > >Rmarkdown:輸出html設置

Rmarkdown:輸出html設置

pos -m title code them ada 樣式 htm orm

在Rstudio中可自行更改主題樣式

---
title: "題目"
author: "name"
date: "`r format(Sys.time(), '%Y年%m月%d日')`"
output: 
        html_document:
                highlight: haddock
                theme: readable
                toc: yes
---

Rmarkdown:輸出html設置