do_forced_paginate: Generic for performing "forced" pagination

do_forced_paginateR Documentation

Generic for performing "forced" pagination

Description

Forced pagination is pagination which happens regardless of position on page. The object is expected to have all information necessary to locate such page breaks, and the do_forced_pag method is expected to fully perform those paginations.

Usage

do_forced_paginate(obj)

## S4 method for signature 'ANY'
do_forced_paginate(obj)

Arguments

obj

(ANY)
object to be paginated. The ANY method simply returns a list of length one, containing obj.

Value

A list of sub-objects, which will be further paginated by the standard pagination algorithm.


formatters documentation built on June 22, 2024, 9:42 a.m.