使用Rmarkdown创建html slidedeck并使用tmap创建地图时,它还会输出100行不需要的进度条。
|
| | 1%
|
| = | 1%
|
| = | 2%
|
| == | 2%
|
| == | 3%
|
| == | 4%
|
| === | 4%
|
| === | 5%
该地图显示在100行下方。
如果具备以下所有条件
标题:“ yyy” 作者:“ xxx” 日期:“ 5/9/2019”
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_chunk$set(warning = FALSE)
knitr::opts_chunk$set(error = FALSE)
knitr::opts_chunk$set(message = FALSE)
knitr::opts_chunk$set(comment = FALSE)
反正有没有关闭该输出?