Skip to contents

Initializes all fields composing the block.

Usage

initialize_block(x, ...)

# S3 method for class 'data_block'
initialize_block(x, ...)

# S3 method for class 'block'
initialize_block(x, data, ...)

Arguments

x

An object inheriting from "block"

...

For generic consistency.

data

Result from previous block

Value

The block element.

See also