knitr::opts_chunk$set(echo = FALSE, fig.cap = TRUE)
library(officedown)
library(rvg)

Table

head(cars)
head(iris)

Slide with Plot

dml(plot(pressure))

custom plot locations

dml(plot(pressure))
dml(plot(pressure))

Non-editable plot

dml(plot(pressure), editable = FALSE)


davidgohel/officedown documentation built on Oct. 31, 2024, 8:39 p.m.