Build an argon social button
argonSocialButton(src = NULL, status = "default", icon = NULL)
Button external link.
Button color. See https://demos.creative-tim.com/argon-design-system/docs/components/buttons.html.
Button icon. Expect icon.
if(interactive()){
library(argonR)
argonSocialButton(
src = "http://rinterface.com",
status = "danger",
icon = icon("facebook")
)
}