dbListFields-methods: Lists table column names

Description Methods See Also Examples

Description

Returns a list of the column names for a given table. Uses bqDescribeTable to get metadata

Methods

signature(conn = "BQConnection", name = "character")

name is the character name of the table, with without square brackets.

See Also

bqDescribeTable BQConnection-class

Examples

1
2
3
4
 ## Not run: 
    dbListFields(conn, "bigquery/samples/shakespeare")

## End(Not run)

RBigQuery documentation built on May 2, 2019, 5:09 p.m.