## Not run:
# DBM <- sqliter(path=c("data", "another/project/data"))
# ds <- execute(DBM, "dummydatabase", "select count(*) from dummytable")
# ds <- execute(DBM, "dummydatabase", "select * from dummytable where
# name = :name", name=c("Macunamima", "Borba Gato"))
# ds <- execute(DBM, "dummydatabase", "select * from dummytable where
# name = :name", name=c("Macunamima", "Borba Gato"),
# post_proc=function(ds) {
# ds <- transform(ds, birthday=as.Date(birthday))
# ds
# })
# ## End(Not run)
Run the code above in your browser using DataLab