knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)

ansistrings

Manipulation of 'ANSI' colored strings

Linux Build Status Windows Build status CRAN RStudio mirror downloads

String manipulation functions for 'ANSI' colored strings. Creates substrings, split strings, wraps strings, and keeps the coloring proper.

Installation

Once on CRAN, install the package as usual:

install.packages("ansistrings")

Usage

library(ansistrings)

License

MIT © Gábor Csárdi



r-lib/ansistrings documentation built on March 7, 2020, 10:13 p.m.