tests/testthat/_snaps/render.md

metaRender: works with a render pipeline

# top-level comment
data <- dplyr::sample_n(diamonds, 1000)
ggplot(data, aes(carat, price)) +
  geom_point()
# top-level comment
data <- dplyr::sample_n(diamonds, 1000)
ggplot(data, aes(carat, price)) +
  geom_point()


rstudio/shinymeta documentation built on April 26, 2024, 1:12 a.m.