Gets location of 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/Rtmp1QODEK/cas_test-project__db.sqlite
Gets location of database file
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/Rtmp1QODEK/cas_test-project__db.sqlite