【发布时间】:2021-10-29 01:21:47
【问题描述】:
使用 knitr 包在 r markdown 中执行以下行时,我遇到以下错误:
library(knitr)
data <- read.delim('src/1.QC_mito/percent_mito.txt',sep='\t',header=T)
kable(data, "html") %>%
kable_styling() %>%
#scroll_box(width = "810px",height = "200px")
错误:
2021-08-27T17:58:39.802+02:00 <text>:6:0: unexpected end of input
2021-08-27T17:58:39.802+02:004: kable_styling() %>%
有什么线索吗?
【问题讨论】: