strsplit_whitespace: Split strings on whitespace

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/BioGeoBEARS_generics_v1.R

Description

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

Usage

1

Arguments

tmpline

A string containing text.

Value

list_of_strs

Note

Go BEARS!

Author(s)

Nicholas J. Matzke matzke@berkeley.edu

References

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

Matzke_2012_IBS

See Also

strsplit

Examples

1
2
tmpline = "Hello world see	my	tabs."
strsplit_whitespace(tmpline)

BioGeoBEARS documentation built on May 29, 2017, 8:36 p.m.