R2rflow: Convert R code to rflow file

Description Usage Arguments Value Author(s)

Description

Takes a file or text argument and prints out rflow xml

Usage

1
2
R2rflow(text = NULL, file = NULL, output = NULL, max.level = NA,
  connect.top = FALSE)

Arguments

text

A text containing R code.

file

A file containing R code.

output

An output rflow file. If a 'file' argument is specified, 'output' argument is assumed to have the same file name as in 'file' but with rflow extension.

max.level

Non-negative integer or NA value. Maximum level to which diagram may be expanded. NA means no limit.

connect.top

Specifies if top level elements should be connected.

Value

xml formated R code

Author(s)

Lukasz Daniel


lukaszdaniel/r2rflow documentation built on May 21, 2019, 8:57 a.m.