text_to_vector {mmiCATs} | R Documentation |
Convert Text Input to Vector
Description
Convert Text Input to Vector
Usage
text_to_vector(text_input)
Arguments
text_input |
A string input to be converted to a vector. |
Value
A vector parsed from the input string.
[Package mmiCATs version 0.2.0 Index]