Learn R Programming

dwapi (version 0.1.3.1)

table_schema_update_request: Create request object for updating table schema.

Description

Create request object for updating table schema.

Usage

table_schema_update_request(fields)

Arguments

fields

Value

Object of type table_schema_update_request.

See Also

update_table_schema

Examples

Run this code
# NOT RUN {
field_update_req <- dwapi::table_schema_field_update_request("field", "new desc")
schema_update_req <- dwapi::table_schema_update_request(c(field_update_req))
# }

Run the code above in your browser using DataLab