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/worded documentation built on Feb. 23, 2024, 1:09 a.m.