Skip to contents

Gets location of database file

Usage

cas_get_db_file(db_folder = NULL, ...)

Value

A character vector of length one with location of the SQLite database file.

Examples


cas_set_db_folder(path = tempdir())
db_file_location <- cas_get_db_file(project = "test-project") # outputs location of database file
db_file_location
#> /tmp/RtmpKZFKM9/cas_test-project_european_parliament_dates_db.sqlite