xplain.overview: Summarizing the content of xplain XML files

Description Usage Arguments Value More material on the internet Author(s) See Also Examples

View source: R/xplain.r

Description

xplain.overview summarizes the content of an xplain XML file.

Usage

1
xplain.overview(xml, show.text=FALSE, preserve.seq=FALSE)

Arguments

xml

Path to the xplain XML file. Can be either a local path or an URL.

show.text

Indicates if the full interpretation/explanation texts shall be included in the summary (optional). Default: FALSE.

preserve.seq

Indicates if the overview results for the interpretation/explanation texts shall be shown in the same sequence as they appear in the XML file (optional). If FALSE, the results are sorted, e.g. by package, function, language and complexity level. Default: FALSE.

Value

A data frame summarizing the XML file. Each row corresponds to a <title> or <text> element in the xplain XML file.
The column structure is as follows:

To learn more about the structure of xplain XML files, go to the xplain help page or consult the web tutorial.

More material on the internet

Web tutorial on how to work with xplain: https://www.zuckarelli.de/xplain/index.html
xplain cheat sheet: https://www.zuckarelli.de/xplain/xplain_cheatsheet.pdf

Author(s)

Joachim Zuckarelli, joachim@zuckarelli.de

See Also

xplain-package, xplain, xplain.getcall

Examples

1
2
xml.path <- system.file("", "example_lm.xml", package = "xplain")
xplain.overview(xml.path)

xplain documentation built on July 30, 2020, 5:14 p.m.