dbReadTable-methods: Query all columns of a table

Description Arguments Methods See Also Examples

Description

Queries over all columns of a table.

Arguments

name

name of the table to query - do not enclose in sqaure brackets

addend

(Optional) argument for adding additional clauses to the query string.

Methods

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

returns a data.field of the results of the query "SELECT * FROM [name] <addend>;".

See Also

dbListFields-methods dbGetQuery-methods dbSendQuery-methods BQConnection-class

Examples

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

    dbReadTable(conn, "bigquery/samples/shakespeare", "WHERE word CONTAINS 'th'")

## End(Not run)

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