readwritesqlite (version 0.2.0)

rws_list_tables: Table Names

Description

Gets the table names excluding the names of the meta and log tables.

Usage

rws_list_tables(conn)

Value

A character vector of table names.

Arguments

conn

A SQLiteConnection to a database.

Examples

Run this code
conn <- rws_connect()
rws_list_tables(conn)
rws_write(rws_data, exists = FALSE, conn = conn)
rws_list_tables(conn)
rws_disconnect(conn)

Run the code above in your browser using DataLab