Description Usage Arguments Value See Also Examples
Create request object for updating table schema.
1 | table_schema_update_request(fields)
|
fields |
List of |
Object of type table_schema_update_request
.
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.