getLinkInput: Shiny module UI for retrieving internal data with action...

View source: R/getLink.R

getLinkInputR Documentation

Shiny module UI for retrieving internal data with action buttons/links

Description

Puts any number of action buttons/links on page that can be used to get data from a specified source.

Usage

getLinkInput(id, labels, link = T)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

labels

One or more character labels.

link

Logical flag to indicate whether element is an action link or button. Defaults to link.

Details

This is a simple component for the primary use of loading example data, i.e. Link1, Link2 and Link3 can load ExampleData1, ExampleData2, ExampleData3.

Value

A div where UI is inserted.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.