Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 94 found.
[1] < 1 2 3 4 5 6 7 8 9 10 > [10]  Sort:

stri_stats_general (Package: stringi) : General Statistics for a Character Vector

This function gives general statistics for a character vector, e.g. obtained by loading a text file with the readLines or stri_read_lines function, where each text line' is represented by a separate string.
● Data Source: CranContrib
● Keywords:
● Alias: stri_stats_general
● 0 images

stri_dup (Package: stringi) : Duplicate Strings

Duplicates each string times times and concatenates the results.
● Data Source: CranContrib
● Keywords:
● Alias: stri_dup
● 0 images

%s<% (Package: stringi) : Compare Strings with or without Collation

Relational operators for comparing corresponding strings in two character vectors, with a typical R look-and-feel.
● Data Source: CranContrib
● Keywords:
● Alias: %s!==%, %s!=%, %s<=%, %s<%, %s===%, %s==%, %s>=%, %s>%, %stri!==%, %stri!=%, %stri<=%, %stri<%, %stri===%, %stri==%, %stri>=%, %stri>%
● 0 images

stri_escape_unicode (Package: stringi) : Escape Unicode Code Points

Escapes all Unicode (not ASCII-printable) code points.
● Data Source: CranContrib
● Keywords:
● Alias: stri_escape_unicode
● 0 images

stri_replace_all (Package: stringi) : Replace Occurrences of a Pattern

These functions replace with the given replacement string every/first/last substring of the input that matches the specified pattern.
● Data Source: CranContrib
● Keywords:
● Alias: stri_replace, stri_replace_all, stri_replace_all_charclass, stri_replace_all_coll, stri_replace_all_fixed, stri_replace_all_regex, stri_replace_first, stri_replace_first_charclass, stri_replace_first_coll, stri_replace_first_fixed, stri_replace_first_regex, stri_replace_last, stri_replace_last_charclass, stri_replace_last_coll, stri_replace_last_fixed, stri_replace_last_regex
● 0 images

stri_trans_list (Package: stringi) : List Available Text Transforms and Transliterators

Returns a list of available text transform identifiers. Each of them may be used in stri_trans_general tasks.
● Data Source: CranContrib
● Keywords:
● Alias: stri_trans_list
● 0 images

stri_read_raw (Package: stringi) : [DRAFT API] Read Whole Text File as Raw

Reads a text file as-is, with no conversion or text line splitting.
● Data Source: CranContrib
● Keywords:
● Alias: stri_read_raw
● 0 images

stri_locale_list (Package: stringi) : List Available Locales

Creates a character vector with all known locale identifies.
● Data Source: CranContrib
● Keywords:
● Alias: stri_locale_list
● 0 images

stringi-package (Package: stringi) : THE String Processing Package

stringi is THE R package for fast, correct, consistent, and convenient string/text manipulation. It gives predictable results on every platform, in each locale, and under any “native” character encoding.
● Data Source: CranContrib
● Keywords:
● Alias: stringi, stringi-package
● 0 images

stri_enc_mark (Package: stringi) : Get Declared Encodings of Each String

Gets declared encodings for each string in a character vector as seen by stringi.
● Data Source: CranContrib
● Keywords:
● Alias: stri_enc_mark
● 0 images