inst/doc/export-diagrams.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(flow)

## ---- eval = FALSE------------------------------------------------------------
#  library(flow)
#  flow_view(ave, out = "ave.png")
#  flow_view(ave, out = "ave.html")
#  flow_view(ave, out = "some_folder/ave.pdf")
#  flow_view(ave, out = "C:/some_folder/ave.jpeg")

## ---- eval = FALSE------------------------------------------------------------
#  flow_view(ave, out = "png")
#  flow_view(ave, out = "html")
#  flow_view(ave, out = "pdf")
#  flow_view(ave, out = "jpeg")

Try the flow package in your browser

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

flow documentation built on June 7, 2023, 5:17 p.m.