find_database: returns the paths of the given database

Description Usage Arguments Examples

Description

returns the paths of the given database

Usage

1
2
3
4
find_database(object, database)

## S3 method for class 'sqliter'
find_database(object, database)

Arguments

object

sqliter object

database

the SQLite database filename without extension

Examples

1
2
3
4
5
6
## Not run: 
DBM <- sqliter(path=c("data", "another/project/data"))
find_database(DBM, "dummydatabase")
# "data/dummydatabase.db"

## End(Not run)

wilsonfreitas/sqliter documentation built on May 4, 2019, 6:28 a.m.