officedown example

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)


Try the officedown package in your browser

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

officedown documentation built on Sept. 3, 2023, 1:07 a.m.