Learn R Programming

BioGeoBEARS (version 0.2.1)

list2str: Convert a list of items to a string

Description

This is a shortcut to save time when converting a list of items to a string.

Usage

list2str(list1, spacer = " ")

Arguments

list1
The list to convert.
spacer
The space between each item. Default " ".

Value

tmpstr The output string.

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster https://code.google.com/p/lagrange/

Matzke_2012_IBS

ReeSmith2008

FosterIdiots

See Also

paste, as.character

Examples

Run this code
test=1

Run the code above in your browser using DataLab