Learn R Programming

RSQLite (version 1.0.0)

dbExistsTable,SQLiteConnection,character-method: Does the table exist?

Description

Does the table exist?

Usage

# S4 method for SQLiteConnection,character
dbExistsTable(conn, name)

Arguments

conn

An existing '>SQLiteConnection

name

String, name of table. Match is case insensitive.