sigFunc: Signature page table function for latex signature page

Description Usage Arguments Examples

View source: R/latex.R

Description

supply name and titles and output dataframe appropriate for pander::pandoc.table. Used in SOPs and QAPP. sigs is list of sigs and title

Usage

1
sigFunc(sigs, online = NULL, vspace = "0.75in")

Arguments

sigs

list of names and affiliation to be included in signatures

online

should name be on line

vspace

latex space between signature entries

Examples

1
2
3
4
5
6
sigs <- list(list(name = 'Joel Allen',
                  title = 'Principle Investigator',
                  online = 'test'),
             list(name = 'Michael Elovitz',
                  title = c('Branch Chief',
                            'Water Quality Management Branch')))

HJAllen/gfuns documentation built on July 24, 2021, 8:47 a.m.