getLinkInput | R Documentation |
Puts any number of action buttons/links on page that can be used to get data from a specified source.
getLinkInput(id, labels, link = T)
id |
Character ID for specifying namespace, see |
labels |
One or more character labels. |
link |
Logical flag to indicate whether element is an action link or button. Defaults to link. |
This is a simple component for the primary use of loading example data, i.e. Link1, Link2 and Link3 can load ExampleData1, ExampleData2, ExampleData3.
A div where UI is inserted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.