The r2social package is available on CRAN and can be installed as shown below
install.packages(r2social)
Attach library
library(r2social)
library(shiny)
library(r2social)
ui <- fluidPage(
r2social.scripts(),
shareButton(link = "https://rpkg.net", position = "left"),
shareButton(link = "https://66pharm.com", position = "inline"),
shareButton(link = "https://obianom.com", position = "right")
)
library(r2social)
r2social.scripts()
shareButton(link = "https://rpkg.net", position = "left")
shareButton(link = "https://66pharm.com", position = "inline")
shareButton(link = "https://obianom.com", position = "right")