page_plan | R Documentation |
Defining the location and/or frequency of page splits with a series of page_structure's and the row_every_n argument, respectively.
page_plan(
...,
note_loc = c("noprint", "preheader", "subtitle", "source_note"),
max_rows = NULL
)
... |
a series of |
note_loc |
Location of the note describing each table's subset value(s).
Useful if the |
max_rows |
Option to set a maximum number of rows per page. Takes a numeric value. |
page_plan object
# use of page_struct
page_plan(
page_structure(group_val = "grp1", label_val = "lbl1")
)
# use of # rows
page_plan(
max_rows = 5
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.