getDataSQLite: Get data from SQLite Database

View source: R/getData.R

getDataSQLiteR Documentation

Get data from SQLite Database

Description

从 SQLite 数据库中获取数据表

Usage

getDataSQLite(
  database,
  table,
  var = NULL,
  condition = NULL,
  path = NULL,
  and = TRUE,
  limit = NULL,
  noinfo = TRUE
)

Arguments

database

SQLite database path

table

Table name

var

A character vector consist of column names.

condition

A character vector consist of SQL conditions

and

Logical value. Way of combine conditions

limit

A interger. SQL Limit.

Value

A data.frame


liubianshi/lbs documentation built on Nov. 2, 2023, 11:06 a.m.