Learn R Programming

formods (version 0.2.1)

icon_link: Creates Icon Link

Description

Creates a link to a Shiny icon

Usage

icon_link(href, target = "_blank", icon_name = "circle-info")

Value

A list with a shiny.tag class that can be converted into an HTML string via as.character() and saved to a file with save_html(). Note if href is NULL then NULL is returned.

Arguments

href

URL to link to.

target

New tab name.

icon_name

Name of icon to use (arguemnt to shiny::icon, default: "circle-info")

Examples

Run this code
icon_link(href="https://formods.ubiquity.tools")

Run the code above in your browser using DataLab