find_database {sqliter} | R Documentation |
returns the paths of the given database
Description
returns the paths of the given database
Usage
find_database(object, database)
## S3 method for class 'sqliter'
find_database(object, database)
Arguments
object |
|
database |
the SQLite database filename without extension |
Examples
## Not run:
DBM <- sqliter(path=c("data", "another/project/data"))
find_database(DBM, "dummydatabase")
# "data/dummydatabase.db"
## End(Not run)
[Package sqliter version 0.1.0 Index]