Learn R Programming

flow (version 0.0.1)

flow_doc: Draw Flow Diagrams for an Entire Package

Description

Draw Flow Diagrams for an Entire Package

Usage

flow_doc(pkg, out = paste0(pkg, ".html"), ...)

Arguments

pkg

package name as a string

out

path to an html file to write to

...

additional arguments passed to flow_view()