Learn R Programming

BioGeoBEARS (version 0.2.1)

get_path_last: Get the text that comes after the last slash

Description

Extracts the filename from a full path.

Usage

get_path_last(path)

Arguments

path
A string of class character.

Value

lastword A string with the filename, without the path.

References

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

Matzke_2012_IBS

ReeSmith2008

FosterIdiots

See Also

get_path_first

Examples

Run this code
get_path_last("/Users/nickm/Psychotria_geog.data")

Run the code above in your browser using DataLab