list_tables: List tables in a library

View source: R/list.R

list_tablesR Documentation

List tables in a library

Description

Returns a character vector of table names within a WRDS library (schema).

Usage

list_tables(wrds, library)

Arguments

wrds

A DBIConnection object returned by wrds_connect().

library

Character. The name of the library (schema) to query.

Value

A character vector of table names.

Examples

## Not run: 
wrds <- wrds_connect()
list_tables(wrds, "comp")
wrds_disconnect(wrds)

## End(Not run)

wrds documentation built on May 11, 2026, 5:06 p.m.