Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

splitstring

Split a string into words.


Description

Splits a string into words.

Usage

splitstring(str, char)

Arguments

str

A string.

char

A character to split on

Value

A vector of strings. The original str is split at ever occurrence of char to generate a vector of strings.

Examples

splitstring("/home/recog/steve/foo", "/")
#[1] "home" "recog" "steve" "foo"

emuR

Main Package of the EMU Speech Database Management System

v2.2.0
GPL (>= 2)
Authors
Raphael Winkelmann [aut, cre], Klaus Jaensch [aut, ctb], Steve Cassidy [aut, ctb], Jonathan Harrington [aut, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.