powered by
Returns a character vector of available schema names (libraries) on WRDS.
list_libraries(wrds)
A character vector of library names.
A DBIConnection object returned by wrds_connect().
DBIConnection
wrds_connect()
if (FALSE) { wrds <- wrds_connect() list_libraries(wrds) wrds_disconnect(wrds) }
Run the code above in your browser using DataLab