dbListFields-Data.WorldConnection-character-method: List the columns of a table in a data.world dataset.

Description Usage Arguments Value See Also

Description

List the columns of a table in a data.world dataset.

Usage

1
2
## S4 method for signature 'Data.WorldConnection,character'
dbListFields(conn, name, ...)

Arguments

conn

A Data.WorldConnection object, as created by dbConnect.

name

The name of the table to check. The comparison is case-insensitive.

Value

A character vector of field names.

See Also

get_table_schema


carljv/dwDBI documentation built on May 4, 2019, 7:36 a.m.