actionLink: Action Link

actionLinkR Documentation

Action Link

Description

This function creates a link that acts as an action button (useful for creating an action button in a dropdown list)

Usage

actionLink(inputId, label, icon = NULL, ...)

Arguments

inputId

This is the id of the link that you are creating.

label

This is the label of the link that is visible to the user.

icon

This is optional and adds an icon to the link.

Examples

  actionLink("sample-id","ID Form", icon("id-card-o"))

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.