{stringr} R# Documentation

stringr


require(R);

#' Simple, Consistent Wrappers for Common String Operations
imports "stringr" from "base";

Simple, Consistent Wrappers for Common String Operations stringr provide fast, correct implementations of common string manipulations. stringr focusses on the most important and commonly used string manipulation functions whereas stringi provides a comprehensive set covering almost anything you can imagine.

Simple, Consistent Wrappers for Common String Operations stringr provide fast, correct implementations of common string manipulations. stringr focusses on the most important and commonly used string manipulation functions whereas stringi provides a comprehensive set covering almost anything you can imagine.



.NET clr function exports
levenshtein

Compute the edit distance between two strings is defined as the minimum number of edit operations required to transform one string into another.

fromXML

parse XML text data into R object

decode.R_unicode

processing a unicode char like <U+767D>

decode.R_rawstring

processing a unicode char like <aa>

asciiString

replace all non-ASCII character as the given char.

shortest_common_superstring
multiple_text_alignment

[Document Index]