fix typo (dbListTable to dbListTables) (#1590)
This commit is contained in:
@@ -136,7 +136,7 @@ We'll also show off a useful technique for loading multiple files into a databas
|
|||||||
|
|
||||||
### DBI basics
|
### DBI basics
|
||||||
|
|
||||||
You can check that the data is loaded correctly by using a couple of other DBI functions: `dbListTable()` lists all tables in the database[^databases-3] and `dbReadTable()` retrieves the contents of a table.
|
You can check that the data is loaded correctly by using a couple of other DBI functions: `dbListTables()` lists all tables in the database[^databases-3] and `dbReadTable()` retrieves the contents of a table.
|
||||||
|
|
||||||
[^databases-3]: At least, all the tables that you have permission to see.
|
[^databases-3]: At least, all the tables that you have permission to see.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user