db_list_tables: List of table names in database

View source: R/database.R

db_list_tablesR Documentation

List of table names in database

Description

Retrieves a character vector of table names

Usage

db_list_tables(ch)

Arguments

ch

Connection handle to database

Value

A character vector of table names

Examples

ch <- db_connect("D:/Dropbox/Work/mystic/db/MysticDB_20160208.accdb")
table_names <- db_list_tables(ch)

walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.