Skip to contents

A constructor function for updateFunction objects

Usage

new_updateFunction(f, deps)

Arguments

f

The function itself.

deps

The dependencies of the function. Either a vector of single field names, or a single foreign field specified using an address, e.g. 'chunkDF/refexpr/word' refers to the word field of the refexpr layer of chunkDF.

Value

An updateFunction object