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

Found 237 packages in 0.03 seconds

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.

messy.cats — by Harrison Karp, 3 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, 2 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.

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.

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, 3 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.

emoji — by Emil Hvitfeldt, 2 years ago

Data and Function to Work with Emojis

Contains data about emojis with relevant metadata, and functions to work with emojis when they are in strings.

CodelistGenerator — by Edward Burn, 4 months ago

Identify Relevant Clinical Codes and Evaluate Their Use

Generate a candidate code list for the Observational Medical Outcomes Partnership (OMOP) common data model based on string matching. For a given search strategy, a candidate code list will be returned.

base64url — by Michel Lang, 8 years ago

Fast and URL-Safe Base64 Encoder and Decoder

In contrast to RFC3548, the 62nd character ("+") is replaced with "-", the 63rd character ("/") is replaced with "_". Furthermore, the encoder does not fill the string with trailing "=". The resulting encoded strings comply to the regular expression pattern "[A-Za-z0-9_-]" and thus are safe to use in URLs or for file names. The package also comes with a simple base32 encoder/decoder suited for case insensitive file systems.