powered by
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.
# NOT RUN { if(interactive()){ library(argonR) argonSocialButton( src = "http://rinterface.com", status = "danger", icon = icon("facebook") ) } # }
Run the code above in your browser using DataLab