Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Table

Table Object


Description

Configure table objects as documented by the Google docs for Table objects

Usage

Table(tableId, projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(), clustering = NULL,
  description = NULL, encryptionConfiguration = NULL,
  expirationTime = NULL, friendlyName = NULL, labels = NULL,
  materializedView = NULL, rangePartitioning = NULL,
  requirePartitionFilter = NULL, schema = NULL,
  timePartitioning = NULL, view = NULL)

Arguments

tableId

tableId

projectId

projectId

datasetId

datasetId

clustering

[Beta] Clustering specification for the table

description

[Optional] A user-friendly description of this table

encryptionConfiguration

Custom encryption configuration (e

expirationTime

[Optional] The time when this table expires, in milliseconds since the epoch

friendlyName

[Optional] A descriptive name for this table

labels

The labels associated with this table - a named list of key = value

materializedView

[Optional] Materialized view definition

rangePartitioning

[TrustedTester] Range partitioning specification for this table

requirePartitionFilter

[Beta] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified

schema

[Optional] Describes the schema of this table

timePartitioning

Time-based partitioning specification for this table

view

[Optional] The view definition

Details

A table object to be used within bqr_patch_table

Value

Table object

See Also


bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.