powered by
Create request object for updating table schema.
table_schema_update_request(fields)
List of table_schema_field_update_request objects.
table_schema_field_update_request
Object of type table_schema_update_request.
table_schema_update_request
update_table_schema
# 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