This function makes a call to apputils::contactinfo using stored author contact info templates. This override requires that snaputils be loaded after apputils, but this is the meaningful order for loading these packages by their nature. Otherwise, snapputils::contactinfo would have to be called explicitly.

contactinfo(id = "leonawicz", snap, iarc, uaf)

Arguments

id

character, name of author template to use. Available templates: "leonawicz".

snap

image url.

iarc

image url.

uaf

image url.

Value

a tag list.

Details

The user may optionally provide paths to SNAP, IARC and UAF logo images for branding. The logos may be contained in the www/ directory or could be at a web url.

Examples

# NOT RUN {
contactinfo()
# }