knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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
?bufferstrips
for more details.
You can install
the development version from GitHub with:
# install.packages("devtools") devtools::install_github("softloud/sysrevdata")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.