filesstrings (version 3.0.0)

str_elem: Extract a single character from a string, using its index.

Description

See strex::str_elem().

Usage

str_elem(string, index)

Arguments

string

A string.

index

An integer. Negative indexing is allowed as in stringr::str_sub().