Update table schema.
update_table_schema(dataset, table_name, table_schema_update_req)
Dataset URL or path.
Table name.
Request object of type table_schema_update_request
Object of type success_message
# 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