Skip to contents

Generates a temporary html file with visualization of given nstandr procedures and opens it in a browser (specified in options('browser')). This requires DiagrammeR package to be installed. If you do not have those you can cat() the returned string from `nstandr:::make_dot_graph()' to the R console and copy it to some web tool for dot visualization (e.g.http://magjac.com/graphviz-visual-editor)

Usage

browse_dot_graph(procedures_list, width = NULL, height = NULL, ...)

Arguments

procedures_list

List of procedures. See sandardize for how to specify of procedures list.

width

width of the procedures graph in pixels

height

height of the procedures graph in pixels

...

Arguments passed on to make_dot_graph

Value

An object of class ‘htmlwidget’ that can be used in Rmarkdown