knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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.
synthesisr
is available on CRAN:
#| eval: false install.packages("synthesisr")
Alternatively you can install from GitHub:
#| eval: FALSE remotes::install_github("mjwestgate/synthesisr")
The default function for importing bibliographic data is read_refs()
:
#| eval: false x <- read_refs("a_file.bib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.