get_file_base_sans_ext: Get the base of the filename base without extension

View source: R/get_file_base_sans_ext.R

get_file_base_sans_extR Documentation

Get the base of the filename base without extension

Description

The path need not to actually exist

Usage

get_file_base_sans_ext(filename)

Arguments

filename

A filename

Value

That filename without its full path and extension

Author(s)

Richèl J.C. Bilderbeek

Examples

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()

richelbilderbeek/beautier documentation built on April 4, 2024, 12:33 p.m.