Enrico Schumann

textutils

Utilities for Handling Strings and Text

Utilities for handling character vectors that store human-readable text (either plain or with markup, such as HTML or LaTeX). The package provides, in particular, functions that help with the preparation of plain-text reports, e.g. for expanding and aligning strings that form the lines of such reports. The package also provides generic functions for transforming R objects to HTML and to plain text.

Version: 0.4-1  (2024-04-01)

source files    manual (PDF)    manual (HTML)    NEWS    ChangeLog    GitLab/GitHub

Vignettes

btable.pdf

To install the package from a running R session, type:

install.packages('textutils',
                 repos = c('http://enricoschumann.net/R', getOption('repos')))

return to packages overview...

return to main page...