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

Found 247 packages in 0.01 seconds

forstringr — by Ezekiel Ogundepo, 3 years ago

String Manipulation Package for Those Familiar with 'Microsoft Excel'

The goal of 'forstringr' is to enable complex string manipulation in R especially to those more familiar with LEFT(), RIGHT(), and MID() functions in Microsoft Excel. The package combines the power of 'stringr' with other manipulation packages such as 'dplyr' and 'tidyr'.

formatters — by Joe Zhu, 7 months ago

ASCII Formatting for Values and Tables

We provide a framework for rendering complex tables to ASCII, and a set of formatters for transforming values or sets of values into ASCII-ready display strings.

messy.cats — by Harrison Karp, 4 years ago

Employs String Distance Tools to Help Clean Categorical Data

Matching with string distance has never been easier! 'messy.cats' contains various functions that employ string distance tools in order to make data management easier for users working with categorical data. Categorical data, especially user inputted categorical data that often tends to be plagued by typos, can be difficult to work with. 'messy.cats' aims to provide functions that make cleaning categorical data simple and easy.

theRefdate — by Prem Lueers, 4 months ago

Simple and Fast Date Manipulation on Character Strings in Format 'DD.MM.YYYY'

Provides simple and fast date manipulation functions operating on character strings in the format 'DD.MM.YYYY'. Functions include extraction of day, month, and year components, computation of differences between two dates, and addition or subtraction of months.

ahocorasick — by Hao Cheng, a month ago

Fast Multi-Pattern String Matching with the 'Aho-Corasick' Algorithm

Provide fast multi-pattern string matching for 'R' using the 'Aho-Corasick' algorithm, powered by the 'Rust' 'aho-corasick' crate. It builds reusable automatons for detecting matches, counting matches, locating character, extracting matched text, and replacing matches in character vectors. For more details on the 'Aho-Corasick' algorithm, please see Aho and Corasick (1975) .

regreplaceR — by Gwang-Jin Kim, 2 years ago

Match and Replace Strings Based on Named Groups in Regular Expressions

An R6 class "Replacer" provided by the package simplifies working with regex patterns containing named groups. It allows easy retrieval of matched portions and targeted replacements by group name, improving both code clarity and maintainability.

debugme — by Gábor Csárdi, 2 years ago

Debug R Packages

Specify debug messages as special string constants, and control debugging of packages via environment variables.

repr — by Philipp Angerer, 2 years ago

Serializable Representations

String and binary representations of objects for several formats / mime types.

spanish — by Jose Manuel Vera Oteo, 7 years ago

Translate Quantities from Strings to Integer and Back. Misc Functions on Spanish Data

Character vector to numerical translation in Euros from Spanish spelled monetary quantities. Reverse translation from integer to Spanish. Upper limit is up to the millions range. Geocoding via Cadastral web site.

fuzzyjoin — by David Robinson, 5 months ago

Join Tables Together on Inexact Matching

Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.