Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/get-started/computations/rstudio.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ See the documentation on [Article Layout](/docs/authoring/article-layout.qmd) to
## Inline Code

To include executable expressions within markdown, enclose the expression in `` `{r} ` ``^[Quarto also supports the Knitr syntax `` `r ` ``, read more in [Inline Code](/docs/computations/inline-code.qmd)].
For additional details on inline code expressions, please visit the [Inline Code](/docs/computations/inline-code.qmd) documentation.

For example, we can use inline code to state the number of observations in our data.
Try adding the following markdown text to your Quarto document.

Expand Down
Loading