2

This is driving me crazy. It's just a basic example. This is the Quarto code.

```{r}
#| echo: true
library(tidyverse)
library(skimr)
```

```{r}
#| echo: true
skim(diamonds)
```

The output I get is:

enter image description here

The question is: How do I extend the width of the content box to avoid the wrapping? I have tried everything.

Thanks in advance.

manro
  • 3,529
  • 2
  • 9
  • 22
user23438
  • 445
  • 3
  • 11
  • You have several options. Firstly, see the [presentation size](https://quarto.org/docs/presentations/revealjs/advanced.html#presentation-size) section from quarto docs. Secondly check the [Content Overflow](https://quarto.org/docs/presentations/revealjs/index.html#content-overflow) to reduce the output font size. And another thing you can try is to make the output horizontally scrollable. For that check [this answer](https://stackoverflow.com/a/75471871/10858321) – shafee Apr 26 '23 at 07:12
  • And I would also recommend posting reproducible and complete example. :) – shafee Apr 26 '23 at 07:14
  • Could you please share your yaml? Is this a revealjs presentation? – Quinten Aug 30 '23 at 13:34

0 Answers0