gpt4 book ai didi

R Markdown : how make I make inline code do not execute?

转载 作者:行者123 更新时间:2023-12-04 08:06:55 28 4
gpt4 key购买 nike

我想在 R markdown 中编写类似I used lm() function in R 的东西,我希望 lm() 脱颖而出,因为它是一个代码.

我尝试使用 我使用 `r lm()` 函数 方法使 lm() 脱颖而出,但它不会工作,因为程序一直在告诉我认为 lm() 需要一个参数。

有没有办法强制内联代码只显示而不执行?谢谢!

最佳答案

只需删除 r 调用即可。

示例(.Rmd 文件):

---
title: "Untitled"
output: pdf_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## R Markdown

I used the `lm()` function.

输出:

enter image description here

关于R Markdown : how make I make inline code do not execute?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66179665/

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