Description Usage Arguments Examples
list_cebrap_tables()
queries and shows all tables available for fetching in the
Cebrap's Brazilian Legislative Database.
1 | list_cebrap_tables(conn)
|
conn |
A JDBC connection object created by the |
1 2 3 4 5 6 7 | ## Not run:
# List alll tables
conn <- set_connection(login = "login", password = "pass")
list_cebrap_tables(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.