R/decorate_grob.R
decorate_grob_factory.Rd
Automatically updates page number.
decorate_grob_factory(npages, ...)
number of pages in total
passed on to decorate_grob()
decorate_grob()
Closure that increments the page number.
# Internal function - decorate_grob_factory if (FALSE) { pf <- decorate_grob_factory( titles = "This is a test\nHello World", footnotes = "Here belong the footnotess", npages = 3 ) library(grid) draw_grob(pf(NULL)) draw_grob(pf(NULL)) draw_grob(pf(NULL)) }