Learn R Programming

shinyr (version 0.3.0)

splitAndGet: Split And Get

Description

Split a string by space and get

Usage

splitAndGet(x)

Arguments

x

string to split into words

Value

List of worrds

Details

splitAndGet

Examples

Run this code
# NOT RUN {
splitAndGet("R programming is awesome!")
# }

Run the code above in your browser using DataLab