Learn R Programming

sqliter (version 0.1.0)

find_database: returns the paths of the given database

Description

returns the paths of the given database

Usage

find_database(object, database)
"find_database" (object, database)

Arguments

object
sqliter object
database
the SQLite database filename without extension

Examples

Run this code
## Not run: 
# DBM <- sqliter(path=c("data", "another/project/data"))
# find_database(DBM, "dummydatabase")
# # "data/dummydatabase.db"
# ## End(Not run)

Run the code above in your browser using DataLab