cas_get_db_file: Gets location of database file

View source: R/cas_database.R

cas_get_db_fileR Documentation

Gets location of database file

Description

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

giocomai/castarter documentation built on April 23, 2024, 11:14 p.m.