This is our open source R package for the development of Systematic Online Living Evidence Summaries (SOLES). The package includes functions for:
- automating systematic searches
- deduplication
- downloading full texts
- using regular expressions
- pulling in additional metadata from openalex
- measuring the reporting of measures to reduce bias
- assessing code / data sharing
- working with data from SyRF
Read more about SOLES from our publication in 2023
library(devtools)
install_github("camaradesuk/solesR")
library(solesR)
We want to aknowledge the software that has made our work here possible, including:
- ODDPUB: https://github.com/quest-bih/oddpub - paper
- Pre-ROb: https://github.com/camaradesuk/pre-rob - paper
- openalexR: https://docs.ropensci.org/openalexR/ - paper
- AutoAnnotation: https://github.com/camaradesuk/AutoAnnotation
- ASySD: https://github.com/camaradesuk/ASySD - paper
- rcrossref: https://github.com/ropensci/rcrossref
- roadoi: https://github.com/ropensci/roadoi
- ScopusAPI: https://github.com/christopherBelter/scopusAPI
- rwos: https://github.com/juba/rwos
- RISMed: https://github.com/kaitlynhair/RISmed