ls {sqlite} R Documentation

get all data object that stored in the target sqlite database.

Description

Usage

ls(con,
    type = "table");

Arguments

con

a connection to the sqlite database. [as Sqlite3Database]

type

the object type in the sqlite database. [as string]

Details

Authors

devkit

Value

this function returns data object of type dataframe.

clr value class

Examples


[Package sqlite version 1.0.0.0 Index]