describe_note: 'Hmisc::describe' output in a Quarto callout note

View source: R/describe_note.R

describe_noteR Documentation

Hmisc::describe output in a Quarto callout note

Description

Note: You must set #| output = asis within the Quarto block

Usage

describe_note(data, label = "Expand for an overview of data values")

Arguments

data

A data frame as input to Hmisc::describe().

label

A label for the note heading

Examples

describe_note(mtcars)
describe_note(mtcars, label = "Data values in the `mtcars` dataset")

maxdrohde/rohdemisc documentation built on May 25, 2022, 2:48 a.m.