button_widget | R Documentation |
Generate markup for a button widget for a Synapse project wiki.
Refer to widget docs at https://help.synapse.org/docs/Wikis.1975746682.html#Wikis-WikiWidgets.
Buttons should be created sparingly and strategically.
See remove_button
in case of future regret.
button_widget(label, url, align = c("None", "Left", "Right", "Center"))
label |
Button label text. |
url |
URL that the button will link to. |
align |
Button alignment, can be one of "None", "Left", "Right", or "Center" (defaults to "None"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.