Learn R Programming

beautier (version 2.6.12)

get_file_base_sans_ext: Get the base of the filename base without extension

Description

The path need not to actually exist

Usage

get_file_base_sans_ext(filename)

Value

That filename without its full path and extension

Arguments

filename

A filename

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beautier_folder()

# Path need not exist, use UNIX path as example
# test
get_file_base_sans_ext("/home/homer/test.txt")

check_empty_beautier_folder()

Run the code above in your browser using DataLab