get_file_base_sans_ext {beautier} | R Documentation |
The path need not to actually exist
get_file_base_sans_ext(filename)
filename |
A filename |
That filename without its full path and extension
Richèl J.C. Bilderbeek
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()