Learn R Programming

dwapi (version 0.1.3.1)

table_schema_field_update_request: Create request object for updating table schema fields.

Description

Create request object for updating table schema fields.

Usage

table_schema_field_update_request(name, description)

Arguments

name

Table field name.

description

Table field description.

Value

Object of type table_schema_field_update_request

Examples

Run this code
# NOT RUN {
field_update_req <- dwapi::table_schema_field_update_request("field", "new desc")
# }

Run the code above in your browser using DataLab