getlink: A Simpler Way To Create Hyperlink Text in Shiny App

Description Usage Arguments Examples

View source: R/getlink.R

Description

This function aims to simplify the typing of code to create hyperlink text in a Shiny app. It is useful especially when there are a lot of hyperlink texts to be typed in a Shiny app's UI.

Usage

1
getlink(url, label)

Arguments

url

A valid URL in string

label

A string to label the URL

Examples

1
getlink("https://datain360.com", "Dewi's web")

etc5523-2020/r-package-assessment-Dewi-Amaliah documentation built on Jan. 1, 2021, 1:10 a.m.