knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Tools for bibliographic data

Metascientific analyses - such as systematic reviews and meta-analyses - commonly involve searches of multiple bibliographic databases. These databases use a range of different data formats, and have differing degrees of overlap in the journals and articles that they index. To streamline the process of importing, assembling, and deduplicating results, synthesisr recognizes the file output of commonly used databases for systematic reviews and merges results into a tibble.

If you have questions, comments, feature requests, or find a bug, please open an issue.

Installation

synthesisr is available on CRAN:

#| eval: false
install.packages("synthesisr")

Alternatively you can install from GitHub:

#| eval: FALSE
remotes::install_github("mjwestgate/synthesisr")

Basic usage

The default function for importing bibliographic data is read_refs():

#| eval: false
x <- read_refs("a_file.bib")


rmetaverse/synthesisr documentation built on Feb. 23, 2025, 5:29 p.m.