I have a local database and I am using dplyr
to connect to it:
test_db <- src_sqlite("~/db/test_db.sqlite3")
I want to list all the tables in test_db
.
is there a way to do this?
?src_tbls
in your case:
src_tbls(test_db)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With