get_fl_nm_from_path {ready4} | R Documentation |
Get file name from path
Description
get_fl_nm_from_path() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get file name from path. The function returns File name (a character vector of length one).
Usage
get_fl_nm_from_path(path_1L_chr)
Arguments
path_1L_chr |
Path (a character vector of length one) |
Value
File name (a character vector of length one)
[Package ready4 version 0.1.18 Index]