knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

sysrevdata

The goal of sysrevdata is to provide examples and extensible toolchains for structuring data for systematic review.

See vignettes (click on the "Articles" tab above) for example toolchain walkthroughs.

Vignettes

Example dataset

This package currently contains bufferstrips dataset from a published systematic review.

library(sysrevdata)

# take a peek at the first 10 rows, 
# restricted to first 5 columns, 
# of each dataset

bufferstrips %>%
  # select first five columns
  dplyr::select(1:5) %>% 
  # select first 10 rows
  head(10)

See

for more details.

Installation

You can install

the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("softloud/sysrevdata")

Contributing to this

This is work that extended from ideas generated at the Evidence Synthesis Hackathon; it is the voluntary work of open scientists who welcome contributions. If you have an idea for an improvement or extension, please consider contributing a pull request or opening an issue.



softloud/sysrevdata documentation built on June 7, 2022, 1:21 p.m.