open {sqlite} R Documentation

Open a connection to a local sqlite database file

Description

Usage

open(file,
    blobAsBase64 = TRUE);

Arguments

file

the file path to the target sqlite database file or the stream data of the sqlite file itself.

blobAsBase64

[as boolean]

env

[as Environment]

Details

Authors

devkit

Value

this function returns data object of type Sqlite3Database.

clr value class

Examples


[Package sqlite version 1.0.0.0 Index]