splitAndGet: Split And Get

Description Usage Arguments Details Value Author(s) Examples

View source: R/split_and_get.R

Description

Split a string by space and get

Usage

1

Arguments

x

string to split into words

Details

splitAndGet

Value

List of worrds

Author(s)

Jayachandra N

Examples

1
splitAndGet("R programming is awesome!")

Example output

Registered S3 method overwritten by 'quantmod':
  method            from
  as.zoo.data.frame zoo 
[[1]]
[1] "R"           "programming" "is"          "awesome!"   

shinyr documentation built on Oct. 21, 2021, 5:07 p.m.