Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 18 found.
[1] < 1 2 > [2]  Sort:

crayon (Package: crayon) : Colored terminal output

With crayon it is easy to add color to terminal output, create styles for notes, warnings, errors; and combine styles.
● Data Source: CranContrib
● Keywords:
● Alias: bgBlack, bgBlue, bgCyan, bgGreen, bgMagenta, bgRed, bgWhite, bgYellow, black, blue, blurred, bold, crayon, crayon-package, cyan, green, hidden, inverse, italic, magenta, red, reset, silver, strikethrough, underline, white, yellow
● 0 images

concat (Package: crayon) : Concatenate character vectors

The length of the two arguments must match, or one of them must be of length one. If the length of one argument is one, then the output's length will match the length of the other argument. See examples below.
● Data Source: CranContrib
● Keywords:
● Alias: %+%, concat
● 0 images

start.crayon (Package: crayon) : Switch on or off a style

Make a style active. The text printed to the screen from now on will use this style.
● Data Source: CranContrib
● Keywords:
● Alias: finish, finish.crayon, start, start.crayon
● 0 images

col_nchar (Package: crayon) : Count number of characters in an ANSI colored string

This is a color-aware counterpart of base::nchar, which does not do well, since it also counts the ANSI control characters.
● Data Source: CranContrib
● Keywords:
● Alias: col_nchar
● 0 images

show_ansi_colors (Package: crayon) : Show the ANSI color table on the screen

Show the ANSI color table on the screen
● Data Source: CranContrib
● Keywords:
● Alias: show_ansi_colors
● 0 images

has_style (Package: crayon) : Check if a sting has some ANSI styling

Check if a sting has some ANSI styling
● Data Source: CranContrib
● Keywords:
● Alias: has_style
● 0 images

col_substr (Package: crayon) : Substring(s) of an ANSI colored string

This is a color-aware counterpart of base::substr. It works exactly like the original, but keeps the colors in the substrings. The ANSI escape sequences are ignored when calculating the positions within the string.
● Data Source: CranContrib
● Keywords:
● Alias: col_substr
● 0 images

make_style (Package: crayon) : Create an ANSI color style

Create a style, or a style function, or both. This function is intended for those who wish to use 256 ANSI colors, instead of the more widely supported eight colors.
● Data Source: CranContrib
● Keywords:
● Alias: make_style
● 0 images

strip_style (Package: crayon) : Remove ANSI escape sequences from a string

Remove ANSI escape sequences from a string
● Data Source: CranContrib
● Keywords:
● Alias: strip_style
● 0 images

col_substring (Package: crayon) : Substring(s) of an ANSI colored string

This is the color-aware counterpart of base::substring. It works exactly like the original, but keeps the colors in the substrings. The ANSI escape sequences are ignored when calculating the positions within the string.
● Data Source: CranContrib
● Keywords:
● Alias: col_substring
● 0 images