Error in opts_current_table()
when rendering
#5731
Unanswered
Andrzej-Andrzej
asked this question in
Q&A
Replies: 1 comment 4 replies
-
As clearly stated, you have to define Please format your code/post properly for it be usable. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I have got an error when rendering presentation:
How do I rectify this please, I have tried to define
tbl-cap
but no success anyway. Reprex below included:When I do not set name/label to chunk 3 (ftable_to_flextable) it works properly.
Is it possible by the way to turn on somehow code line numbering in visual editor ?
Beta Was this translation helpful? Give feedback.
All reactions