Description Usage Arguments Value Examples
View source: R/table_schema_update_request.R
Create request object for updating table schema fields.
1 | table_schema_field_update_request(name, description)
|
name |
Table field name. |
description |
Table field description. |
Object of type table_schema_field_update_request
1 2 | field_update_req <- dwapi::table_schema_field_update_request(
"field", "new desc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.