#' Rtwitter Package
#'
#' Contains functions to analyze and visualize Twitter data
#'
#' @docType package
#'
#' @author Selim Yaman \email{selimyaman26@gmail.com}
#'
#' @name Rtwitter
#' @import dplyr
#' @import ggplot2
#' @import igraph
#' @import kableExtra
#' @import knitr
#' @import lubridate
#' @import networkD3
#' @import syuzhet
#' @import tidytext
#' @import wordcloud
#' @import tm
#' @import emo
#' @import stringr
#' @import tidyr
#' @import RColorBrewer
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.