toChars: Deconstruct a string into single characters

View source: R/yogitools.R

toCharsR Documentation

Deconstruct a string into single characters

Description

Converts a single character string into a a vector of individual characters

Usage

toChars(str)

Arguments

str

the input string

Value

a vector of characters

Examples

nucleotides <- toChars("ACTTGCTAAACTTGA")

jweile/yogitools documentation built on May 11, 2023, 7:42 p.m.