letters_to_idx: Get an ASCII indexes sequence for a given character array.

View source: R/RcppExports.R

letters_to_idxR Documentation

Get an ASCII indexes sequence for a given character array.

Description

Get an ASCII indexes sequence for a given character array.

Usage

letters_to_idx(str)

Arguments

str

the character array.

Examples

letters_to_idx(c('a','b','c','a'))

jmotif documentation built on Nov. 5, 2025, 5:35 p.m.