View source: R/describe_note.R
describe_note | R Documentation |
Hmisc::describe
output in a Quarto callout noteNote: You must set #| output = asis
within the Quarto block
describe_note(data, label = "Expand for an overview of data values")
data |
A data frame as input to |
label |
A label for the note heading |
describe_note(mtcars) describe_note(mtcars, label = "Data values in the `mtcars` dataset")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.