table_schema_update_request: Create request object for updating table schema.

Description Usage Arguments Value See Also Examples

Description

Create request object for updating table schema.

Usage

1

Arguments

fields

List of table_schema_field_update_request objects.

Value

Object of type table_schema_update_request.

See Also

update_table_schema

Examples

1
2
field_update_req <- dwapi::table_schema_field_update_request("field", "new desc")
schema_update_req <- dwapi::table_schema_update_request(c(field_update_req))

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