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

Found 247 packages in 0.01 seconds

jsonStrings — by Stéphane Laurent, 4 years ago

Manipulation of JSON Strings

Fast manipulation of JSON strings. Allows to extract or delete an element in a JSON string, merge two JSON strings, and more.

glue — by Jennifer Bryan, 3 months ago

Interpreted String Literals

An implementation of interpreted string literals, inspired by Python's Literal String Interpolation < https://www.python.org/dev/peps/pep-0498/> and Docstrings < https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals < https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.

fm.index — by Clemens Hug, 4 years ago

Fast String Searching

Wrapper for the Succinct Data Structure C++ library (SDSL v3) < https://github.com/xxsds/sdsl-lite> enabling fast string searching using FM indices. Partial string matching can be ~50-fold faster than simple string scans for many real-world string collections (corpora). A given corpus is converted into a compact in-memory FM index representation that can be efficiently queried for partial string matches.

stringfish — by Travers Ching, 3 months ago

Alt String Implementation

Provides an extendable, performant and multithreaded 'alt-string' implementation backed by 'C++' vectors and strings.

stringformattr — by Alexander Hoyle, 9 years ago

Dynamic String Formatting

Pass named and unnamed character vectors into specified positions in strings. This represents an attempt to replicate some of python's string formatting.

levitate — by Lewin Appleton-Fox, 10 months ago

Fuzzy String Comparison

Provides string similarity calculations inspired by the Python 'thefuzz' package. Compare strings by edit distance, similarity ratio, best matching substring, ordered token matching and set-based token matching. A range of edit distance measures are available thanks to the 'stringdist' package.

abbreviate — by Sigbert Klinke, 5 years ago

Readable String Abbreviation

Strings are abbreviated to at least "minlength" characters, such that they remain unique (if they were). The abbreviations should be recognisable.

caesar — by Jacob Kaplan, 6 years ago

Encrypts and Decrypts Strings

Encrypts and decrypts strings using either the Caesar cipher or a pseudorandom number generation (using set.seed()) method.

super — by Tim Taylor, a year ago

Interpreted String Literals

An implementation of interpreted string literals. Based on the 'glue' package by Hester & Bryan (2024) but with a focus on efficiency and simplicity at a cost of flexibility.

jsonNormalize — by Stéphane Laurent, 3 years ago

Normalization of 'JSON' Strings

Provides a function allowing to normalize a 'JSON' string, for example by adding double quotes around the keys when they are missing. Also provides 'RStudio' addins for the same purpose.