find_database: returns the paths of the given database

Description Usage Arguments Examples

View source: R/sqliter.R

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)

sqliter documentation built on May 1, 2019, 8:24 p.m.