bare_file_name: Get Bare File Name

Description Usage Arguments Value Examples

View source: R/bare-file-name.R

Description

The function provides bare file name without path and extension.

Usage

1

Arguments

x

A character vector with a file path(s)

Value

A character vector corresponding to file name without path and extension.

Examples

1
bare_file_name(tempfile(pattern = "some_file", fileext = ".ext"))

konradzdeb/KEmisc documentation built on April 19, 2021, 3:02 a.m.