Skip to contents

Get the name of the database from the file name

Usage

get_database_name(path)

Arguments

path

Path to the database file.

Value

A character with the database name.

Examples

get_database_name("path/to/database.ext")
#> [1] "database"