An R package for the exploratory analysis of social media data
This is accomplished by running these 2 lines in the R console. If you need to install R, get it here:
if (!requireNamespace(devtools)) install.packages("devtools")
devtools::install_github("NESREA/SMExplorer")
Note the following:
- First-time installion of
SMExplorer
on a shiny, brand-new R platform takes time, due to concomitant installation of several dependencies. - If installation breaks off due to network problems, rerun
devtools::install_github("NESREA/SMExplorer")
- You need Java Runtime Environment (v. 1.8 or greater) to use
SMExplorer
. Runjava -version
in the shell (e.g. Command Prompt for Windows, Terminal for OS X) to check.
Upon installing SMExplorer
, further instructions for its use can be obtained with
vignette("smexplorer")