dbExistsTable,SQLiteConnection,character-method {RSQLite}R Documentation

Does the table exist?

Description

Does the table exist?

Usage

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

Arguments

conn

An existing SQLiteConnection

name

String, name of table. Match is case insensitive.


[Package RSQLite version 1.0.0 Index]