This function shows the Rxs structure that was imported from an Rxs specification

show_rxsTree_in_rxsStructure(
  x,
  output = NULL,
  outputModuleFilename = "extraction-tree--simple--%s.pdf",
  headingLevel = 3
)

Arguments

x

The parsed Rxs specifications as read with rxs_fromSpecifications().

output, outputModuleFilename

When not NULL, pass a path to a filename where the RxsTree should be written to. If multiple modules were read, the filename is determine by outputModuleFilename, where %s will be replaced with the module name.

headingLevel

The level of the heading to use is multiple modules were specified.

Value

Invisibly; or, when knitting, an object that knitr will print.