Skip to content
Discussion options

You must be logged in to vote

You can also use the class aside something like:

---
title: Test Document
format: html
---


```{r}
#| warning: false
#| echo: false  
library(dplyr)
library(scales)
library(gt)

#Load data and arrange in descending order of emissions
#Generate a gt table from head of data
head(mtcars) %>% 
  gt()

```

::: {.aside}
This is an aside regarding the table.
:::

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

@aborruso
Comment options

@mcanouil
Comment options

@dragonstyle
Comment options

@aborruso
Comment options

Answer selected by aborruso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants