create_piclink: create a piclink object

Description Usage Arguments

Description

a pic link object is a series of textless buttons for use in an HTML page, but plans exist to modify this to accept a LaTeX list of pic links to align out into a page for printed pdf use. the html generated here can also be used in shiny apps by supplementing with the HTML() line.

Usage

1
create_piclink(links, name = links, pic = name, verbose = FALSE)

Arguments

links

either a string, character vector, or named character vector supplying the web address(es) to be linked

name

the alt text and prefix of the image file name. suffixes will be identified from the name and the pic assigned. defaults to the value of links

verbose

I like to build in messages. Do you want to see them?


sempervent/psdlow documentation built on May 26, 2019, 4:30 a.m.