library(discord) #Load the package into the current R session.
if (FALSE) {
# Install/update discord with the release version from CRAN.
install.packages('discord')
# Install/update discord with the development version from GitHub
#install.packages('devtools') #Uncomment if `devtools` isn't installed already.
devtools::install_github('R-Computing-Lab/discord')
}
Run the code above in your browser using DataLab