Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.44 KB

A tutorial for litsearchr

The R package litsearchr provides various functions to help with planning a systematic search of the scientific literature on a given topic. This short tutorial gives an example of how to use litsearchr, along with some brief explanations of its workings. litsearchr was created by the amazing Eliza Grames, and a lot of this tutorial is an elaboration of the existing vignette for the package.

Head here for the main tutorial page.

Additional files

R packages

You will need the following R packages to run the code from the tutorial yourself:

  • dplyr
  • ggplot2
  • ggraph
  • igraph
  • readr

Instructions for installing litsearchr are provided in the tutorial.