genFirstPairs: Extracts the First Two Alphabets of the String

View source: R/genFirstPairs.R

genFirstPairsR Documentation

Extracts the First Two Alphabets of the String

Description

For a given string, this function extracts the first two alphabets. This function is further used by genMatrix function.

Usage

genFirstPairs(s)

Arguments

s

A string. This is the string from which the first two alphabets are to be extracted.

Value

First two alphabets of the string input.


SidharthMacherla/conjurer documentation built on June 30, 2024, 6:28 a.m.