blob: 4ad4ceb7bb6cd62f3692d0a1fd3e8292b63819b2 [file] [log] [blame]
Hao Zhub9da01c2018-01-14 21:01:57 -05001---
2title: "kableExtra and Word"
3author: "Hao Zhu"
4date: "`r Sys.Date()`"
5output:
6 html_document:
7 theme: simplex
8vignette: >
9 %\VignetteIndexEntry{kableExtra and Word}
10 %\VignetteEngine{knitr::rmarkdown}
11 %\VignetteEncoding{UTF-8}
12---
13
14```{r setup, include=FALSE}
15knitr::opts_chunk$set(echo = TRUE)
16```
17
18
19<video width="800" height="400" controls>
20 <source src="word.mp4" type="video/mp4">
21 Your browser does not support the video tag.
22</video>
23
24***
25
26> You can `copy` formatted tables from HTML and `paste` them into a Word document
27without losing the format.