View source: R/post-process-add-headers-footers.R
post_process_add_headers_footers | R Documentation |
Add left and right footer text to the pages
post_process_add_headers_footers(
x,
headrule_width_pt = NULL,
headrule_double_lines = NULL,
headrule_double_width_pt = NULL,
headrule_double_space_mm = NULL,
footrule_width_pt = NULL,
footrule_double_lines = NULL,
footrule_double_width_pt = NULL,
footrule_double_space_mm = NULL,
...
)
x |
Tex code, as a vector of lines read in from a TeX file by
|
headrule_width_pt |
Width of the primary headrule line in pts |
headrule_double_lines |
Logical. If |
headrule_double_width_pt |
Width of the secondary (top) headrule line
in pts if |
headrule_double_space_mm |
Space between the two headrule lines in mm
if |
footrule_width_pt |
Width of the primary footrule line in pts |
footrule_double_lines |
Logical. If |
footrule_double_width_pt |
Width of the secondary (top) footrule line
in pts if |
footrule_double_space_mm |
Space between the two footrule lines in mm
if |
... |
Absorbs arguments meant for other functions |
The modified Tex code, as a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.