r - List all tables in database -


i have local database , using dplyr connect it:

test_db <- src_sqlite("~/db/test_db.sqlite3") 

i want list tables in test_db.

is there way this?

?src_tbls

in case:

src_tbls(test_db)