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()


Try the shinymeta package in your browser

Any scripts or data that you put into this service are public.

shinymeta documentation built on April 12, 2025, 1:17 a.m.