Survey information about a SQL table
survey_table.Rd
survey_table
returns a tibble with information about the target SQL table.
Arguments
- conn
A DBIConnection object, as returned by
DBI::dbConnect()
.- database
Name of database or catalog.
- schema
Name of schema.
- table
Name of table.
See also
Other basics:
append_table()
,
create_table()
,
nuke_table()
,
overwrite_table()
,
read_table()
,
truncate_table()