source("helpers.R")
requiet("tinysnapshot")
using("tinysnapshot")
# markdown d-column snapshot
mod <- lm(mpg ~ I(hp / 1000) + am + vs + factor(cyl), mtcars)
expect_snapshot_print(
modelsummary(mod, "markdown", align = "ld"),
"align-md_dcolumn")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.