dlt_add_columns,InternalDeltaTableBuilder,structType-method | R Documentation |
Add columns to the build table
## S4 method for signature 'InternalDeltaTableBuilder,structType' dlt_add_columns(dtb, schema) ## S4 method for signature 'InternalDeltaTableBuilder,character' dlt_add_columns(dtb, schema)
dtb |
InternalDeltaTableBuilder |
schema |
character (DDL string) or structType |
this InternalDeltaTableBuilder
dlt_add_columns(dtb = InternalDeltaTableBuilder, schema = structType)
: Add columns to the table
dlt_add_columns(dtb = InternalDeltaTableBuilder, schema = character)
: Add columns to the table
dlt_add_columns, since 1.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.