idx_to_letter: Get the ASCII letter by an index.

View source: R/RcppExports.R

idx_to_letterR Documentation

Get the ASCII letter by an index.

Description

Get the ASCII letter by an index.

Usage

idx_to_letter(idx)

Arguments

idx

the index.

Examples

# letter 'b'
idx_to_letter(2)

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