Learn R Programming

⚠️There's a newer version (0.4-2) of this package.Take me there.

textutils

Utilities for handling character vectors that store human-readable text (either plain or with markup, such as HTML).

[More]

Installing the package

The latest released version is available from http://enricoschumann.net. In an R session, just type:

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

For the latest development version, check out the Git repository and build it. In a shell (e.g. sh or bash):

## first time: cd to directory and ...
$ git clone https://github.com/enricoschumann/textutils.git

## later: cd to directory and ...
$ git pull

## build and install the package
$ R CMD build textutils
$ R CMD INSTALL textutils_0.1-0.tar.gz  ## adjust version number

## optionally check
$ R CMD check textutils_0.1-0.tar.gz    ## adjust version number

Copy Link

Version

Install

install.packages('textutils')

Monthly Downloads

1,659

Version

0.1-6

License

GPL-3

Maintainer

Enrico Schumann

Last Published

December 17th, 2016

Functions in textutils (0.1-6)

latexrule

LaTeX Rule.
trim

Remove Leading and Trailing White Space
valign

Vertically Align Strings
textutils-package

textutils
toHTML

Convert R Objects to HTML
btable

Barplot Table
strexp

Expand String to Fixed Width
toText

Convert Objects to (Plain) Text
rmrp

Remove Repeated Pattern
spaces

Create Vectors of White Space
HTMLdecode

Decode HTML Entities
TeXunits

Translate TeX Units of Measurement