filesstrings (version 3.0.0)

str_paste_elems: Extract bits of a string and paste them together

Description

See strex::str_paste_elems().

Usage

str_paste_elems(string, indices)

Arguments

string

A string.

indices

A numeric vector of positive integers detailing the indices of the characters of string that we wish to paste together.