sqliter {sqliter}R Documentation

Creates the sqliter a kinf of SQLite database manager, but not that far.

Description

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

Usage

  sqliter(...)

Arguments

...

arguments such as path must be provided during object instantiation.

Examples

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

[Package sqliter version 0.1.0 Index]