extract_fn_from_path: Get the filename from a path

Description Usage Arguments Value Author(s) See Also Examples

Description

The filename is split on slashes, and the last item is taken; this should be just the filename.

Usage

1
  extract_fn_from_path(fn_with_path)

Arguments

fn_with_path

The filename, with partial or full path

Value

fn The extracted filename

Author(s)

Nicholas J. Matzke matzke@berkeley.edu

See Also

strsplit

Examples

1
2
fn_with_path = "/Library/Frameworks/R.framework/Versions/2.15/Resources/library/modiscloud/extdata/2002raw/MYD35_L2.A2002185.1910.005.2007206043609.hdf"
extract_fn_from_path(fn_with_path)

modiscloud documentation built on May 2, 2019, 5:19 p.m.