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

Found 208 packages in 0.01 seconds

stringmagic — by Laurent R Berge, 3 months ago

Character String Operations and Interpolation, Magic Edition

Performs complex string operations compactly and efficiently. Supports string interpolation jointly with over 50 string operations. Also enhances regular string functions (like grep() and co). See an introduction at < https://lrberge.github.io/stringmagic/>.

safer — by KS Srikanth, 7 years ago

Encrypt and Decrypt Strings, R Objects and Files

A consistent interface to encrypt and decrypt strings, R objects and files using symmetric and asymmetric key encryption.

ymd — by Xianying Tan, 3 months ago

Parse 'YMD' Format Number or String to Date

Convert 'YMD' format number or string to Date efficiently, using Rust's standard library. It also provides helper functions to handle Date, e.g., quick finding the beginning or end of the given period, adding months to Date, etc.

jsonStrings — by Stéphane Laurent, 3 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.

fm.index — by Clemens Hug, 3 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.

stringformattr — by Alexander Hoyle, 8 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, 2 years 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, 4 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, 5 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, 2 months 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.