Skip to contents

Implementations must return TRUE or FALSE. If TRUE (returned by the default method unless the mapper contains an is_rowwise variable), users of the mapper may assume the mapper uses its inputs in "rowwise" manner, so that blockwise evaluation is always possible.

Usage

ibm_is_rowwise(mapper, ...)

# Default S3 method
ibm_is_rowwise(mapper, ...)

Arguments

mapper

A mapper S3 object, inheriting from bru_mapper.

...

Arguments passed on to other methods

Methods (by class)

  • ibm_is_rowwise(default): Returns logical is_rowwise from the mapper object if it exists, and otherwise TRUE.