sqliter: Creates the sqliter a kinf of SQLite database manager, but...

Description Usage Arguments Examples

View source: R/sqliter.R

Description

sqliter object works pretty much like a database manager helping users to execute queries and transform data through a clean interface.

Usage

1

Arguments

...

arguments such as path must be provided during object instantiation.

Examples

1
## Not run: DBM <- sqliter(path=c("data", "another/project/data"))

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