Hao Zhu | b9da01c | 2018-01-14 21:01:57 -0500 | [diff] [blame^] | 1 | --- |
| 2 | title: "kableExtra and Word" |
| 3 | author: "Hao Zhu" |
| 4 | date: "`r Sys.Date()`" |
| 5 | output: |
| 6 | html_document: |
| 7 | theme: simplex |
| 8 | vignette: > |
| 9 | %\VignetteIndexEntry{kableExtra and Word} |
| 10 | %\VignetteEngine{knitr::rmarkdown} |
| 11 | %\VignetteEncoding{UTF-8} |
| 12 | --- |
| 13 | |
| 14 | ```{r setup, include=FALSE} |
| 15 | knitr::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 |
| 27 | without losing the format. |