fix typo (dbListTable to dbListTables) (#1590)
This commit is contained in:
parent
063b366fa5
commit
3e9e201b6f
|
@ -136,7 +136,7 @@ We'll also show off a useful technique for loading multiple files into a databas
|
|||
|
||||
### 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue