我创建了简单的rmarkdown - flexboard html页面,使用MASS / painters数据集,预览看起来很好,但是一旦在浏览器中查看,html页面加载警告,下面有以下错误。
请注意我使用了rpivottable和DT来展示画家数据。任何指导都会有所帮助。
title: "Untitled" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill --- ```{r setup, include=FALSE} library(flexdashboard)
``` 列{data-width = 650}
### Chart A
```{r}
```
Column {data-width=350}
### Chart B
```{r}
```
### Chart C
```{r}
```
网页错误详情
用户代理:Mozilla / 4.0(兼容; MSIE 8.0; Windows NT 6.1; WOW64; Trident / 4.0; chromeframe / 15.0.874.121; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3; .NET CLR 1.1.4322) 时间戳:星期四,2016年6月23日10:58:22 UTC
消息:'$'未定义行:833字符:5代码:0
消息:预期对象行:2562字符:1代码:0
消息:预期对象行:2599字符:1代码:0