Returns a tibble of WRDS schemas the user has access to, with human-readable product names where available.
Arguments
- wrds
A
DBIConnectionobject returned bywrds_connect().
Examples
if (FALSE) { # \dontrun{
wrds <- wrds_connect()
list_subscriptions(wrds)
wrds_disconnect(wrds)
} # }