gpt4 book ai didi

r - 如何在knitr输出中停止上面表格中的 "## NULL"?

转载 作者:行者123 更新时间:2023-12-02 18:47:10 26 4
gpt4 key购买 nike

我刚刚在 R 中找到并开始使用 condformat 包。

它工作得很好,但是当我运行下面的代码时,## NULL 行出现在表格上方。如果我添加 include=FALSE,它会删除 ## NULL,还会删除表。

有没有办法在不抑制表的情况下抑制## NULL

---
title: "condformat_test"
author: "John"
date: "Dec 24, 2016"
output:
pdf_document
---


```{r setup_chunk, include=FALSE}
library(condformat)
library(knitr)

knitr::opts_chunk$set(echo=FALSE)

```

```{r condformat_test}

condformat(iris[c(1:5,70:75, 120:125),]) +
rule_fill_gradient2(Petal.Length)
```

最佳答案

感谢您的报告。 condformat 0.4.0 存在一个错误,该错误将在下一个 CRAN 版本中修复。

现在,请随意使用:

devtools::install_github("zeehio/condformat")

关于r - 如何在knitr输出中停止上面表格中的 "## NULL"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41387561/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com