playground/load_package.R

suppressMessages({
  library(stringr)
  library(rgexf)
  library(dplyr)
  library(RCurl)
  library(XML)
  library(reshape2)
  library(dygraphs)
  library(DT)
  library(networkD3)
  library(wordcloud)
  library(tm)
  
  source("R/verify.R")
  source("R/web_crawling.R")
  source("R/text_processing.R")
  source("R/statistics.R")
  source("R/methods.R")
  source('R/networks.R')
})
gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.