apputils::contactinfo
contactinfo.Rd
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)
id | character, name of author template to use. Available templates: |
---|---|
snap | image url. |
iarc | image url. |
uaf | image url. |
a tag list.
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.
# NOT RUN { contactinfo() # }