Learn R Programming

dwapi (version 0.1.3.1)

update_table_schema: Update table schema.

Description

Update table schema.

Usage

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

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))
# }
# NOT RUN {
  dwapi::update_table_schema("user/dataset", "table", schema_update_req)
# }

Run the code above in your browser using DataLab