Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 208 packages in 0.02 seconds

makeunique — by Sam El-Kamand, 3 years ago

Make Character Strings Unique

Make all elements of a character vector unique. Differs from 'make.unique' by starting at 1 and allowing users to customise suffix format.

stringstatic — by Alexander Rossell Hayes, 2 years ago

Dependency-Free String Operations

Provides drop-in replacements for functions from the 'stringr' package, with the same user interface. These functions have no external dependencies and can be copied directly into your package code using the 'staticimports' package.

assertive.data.us — by Richard Cotton, 7 years ago

Assertions to Check Properties of Strings

A set of predicates and assertions for checking the properties of US-specific complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

assertive.data.uk — by Richard Cotton, 7 years ago

Assertions to Check Properties of Strings

A set of predicates and assertions for checking the properties of UK-specific complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

lzstring — by Sam Parmar, a month ago

Wrapper for 'lz-string' 'C++' Library

Provide access to the 'lz-string' < http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.

uniqtag — by Shaun Jackman, 3 years ago

Abbreviate Strings to Short, Unique Identifiers

For each string in a set of strings, determine a unique tag that is a substring of fixed size k unique to that string, if it has one. If no such unique substring exists, the least frequent substring is used. If multiple unique substrings exist, the lexicographically smallest substring is used. This lexicographically smallest substring of size k is called the "UniqTag" of that string.

sitools — by Jonas Stein, 13 years ago

Format a number to a string with SI prefix

Format a number (or a list of numbers) to a string (or a list of strings) with SI prefix. Use SI prefixes as constants like (4 * milli)^2

yasp — by Tomasz Kalinowski, 7 years ago

String Functions for Compact R Code

A collection of string functions designed for writing compact and expressive R code. 'yasp' (Yet Another String Package) is simple, fast, dependency-free, and written in pure R. The package provides: a coherent set of abbreviations for paste() from package 'base' with a variety of defaults, such as p() for "paste" and pcc() for "paste and collapse with commas"; wrap(), bracket(), and others for wrapping a string in flanking characters; unwrap() for removing pairs of characters (at any position in a string); and sentence() for cleaning whitespace around punctuation and capitalization appropriate for prose sentences.

runes — by Bryan Jenks, 5 years ago

Convert Strings to Elder Futhark Runes

Convert a string of text characters to Elder Futhark Runes < https://en.wikipedia.org/wiki/Elder_Futhark>.

cowsay — by Scott Chamberlain, 3 months ago

Messages, Warnings, Strings with Ascii Animals

Allows printing of character strings as messages/warnings/etc. with ASCII animals, including cats, cows, frogs, chickens, ghosts, and more.