Skip to contents

Returns a tibble of WRDS schemas the user has access to, with human-readable product names where available.

Usage

list_subscriptions(wrds)

Arguments

wrds

A DBIConnection object returned by wrds_connect().

Value

A tibble with columns schema and product.

Examples

if (FALSE) { # \dontrun{
wrds <- wrds_connect()
list_subscriptions(wrds)
wrds_disconnect(wrds)
} # }