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.
write_search()
function.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.