splitAndGet {shinyr} | R Documentation |
Split And Get
Description
Split a string by space and get
Usage
splitAndGet(x)
Arguments
x |
string to split into words |
Details
splitAndGet
Value
List of worrds
Author(s)
Jayachandra N
Examples
splitAndGet("R programming is awesome!")
[Package shinyr version 0.4.2 Index]