Learn R Programming

bigrquery (version 0.1.0)

get_table: Retrieve table metadata

Description

Retrieve table metadata

Usage

get_table(project, dataset, table)

Arguments

project
project containing this table
dataset
dataset containing this table
table
name of the table

Value

  • A table resource list, as described by https://developers.google.com/bigquery/docs/reference/v2/tables

See Also

API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/get

Other tables: delete_table; list_tables

Examples

Run this code
get_table("publicdata", "samples", "natality")
get_table("githubarchive", "github", "timeline")

Run the code above in your browser using DataLab