Learn R Programming

formatters (version 0.5.0)

do_forced_paginate: 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 ANY do_forced_paginate(obj)

Value

a list of subobjects, which will be further paginated by the standard pagination algorithm.

Arguments

obj

The object to be paginated.

The ANY method simply returns a list of length one, containing obj.