R/get-helpers.R
get_database_name.Rd
Get the name of the database from the file name
get_database_name(path)
Path to the database file.
A character with the database name.
get_database_name("path/to/database.ext") #> [1] "database"