update_table_schema: Update table schema.

Description Usage Arguments Value Examples

Description

Update table schema.

Usage

1
update_table_schema(dataset, table_name, table_schema_update_req)

Arguments

dataset

Dataset URL or path.

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
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)

dwapi documentation built on May 1, 2019, 11:18 p.m.