Skip to contents

Render all tikz diagram in PDF format

Usage

gvz_render_diagrams(source, out)

Arguments

source

Source file with tikz chunks

out

Path for diagram's to export to

Examples

if (FALSE) { # interactive()
# Not run: needs a file with tikz chunks
gvz_render_diagrams("file.Rmd", "out/directory/")
}