bqUpdateTableDescription: Sets description of the table

View source: R/bigquery-meta.R

bqUpdateTableDescriptionR Documentation

Sets description of the table

Description

Sets description of the table

Usage

bqUpdateTableDescription(
  table,
  description,
  dataset = bqDefaultDataset(),
  project = bqDefaultProject()
)

Arguments

table

name of the table to update

description

character scalar with table description

dataset

name of the dataset

project

name of the project


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.