Learn R Programming

BioGeoBEARS (version 0.2.1)

strsplit_whitespace: Split strings on whitespace

Description

This function splits strings on whitespace (spaces and tabs), so you don't have to remember the regexp/grep format codes.

Usage

strsplit_whitespace(tmpline)

Arguments

tmpline
A string containing text.

Value

list_of_strs

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Matzke_2012_IBS

See Also

strsplit

Examples

Run this code
tmpline = "Hello world see	my	tabs."
strsplit_whitespace(tmpline)

Run the code above in your browser using DataLab