update_table_schema: Update table schema.

Description Usage Arguments Value Examples

View source: R/update_table_schema.R

Description

Update table schema.

Usage

1
update_table_schema(owner_id, dataset_id, table_name, table_schema_update_req)

Arguments

owner_id

User name and unique identifier of the creator of a dataset or project

dataset_id

Dataset unique identifier

table_name

Table name.

table_schema_update_req

Request object of type table_schema_update_request

Value

Object of type success_message

Examples

1
2
3
4
5
6
7
field_update_req <- dwapi::table_schema_field_update_request(
"field", "new desc")
schema_update_req <- dwapi::table_schema_update_request(c(field_update_req))
## Not run: 
  dwapi::update_table_schema("user", "dataset", "table", schema_update_req)

## End(Not run)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.