str_to_vec {filesstrings}R Documentation

Convert a string to a vector of characters

Description

Go from a string to a vector whose ith element is the ith character in the string.

Usage

str_to_vec(string)

Arguments

string

A string.

Value

A character vector.

Examples

str_to_vec("abcdef")

[Package filesstrings version 2.5.0 Index]