This is a Jupyter R notebook set of scripts to extract meaningful information when performing a Systematic Literature Review.
Pull requests are welcome!
jupyter notebook
- Configure a virtualenv (preferred version is pip3)
virtualenv --python=/usr/bin/python3 rkernels source rkernels/bin/activate
- Install jupyter using pip
pip install --upgrade pip pip install jupyter
- Initialize R in terminal
install.packages("devtools") install.packages("pbdZMQ") install.packages("epr") devtools::install_github('IRkernel/IRkernel') IRkernel::installspec()
- R
- install.packages(c("readxl","rvest", "reticulate", "tidyverse", "ggplot2", "officer"))
- Python
- pip install spacy