LSRPrisma_flow: Living systematic review flow diagrams

Description Usage Arguments Value Examples

View source: R/LSRPrisma_flow.R

Description

Produce various formats of PRISMA 2020 compliant living systematic review flow diagrams with options for showing inputs from previous reviews and other sources.

Usage

1
LSRPrisma_flow(data, previous = TRUE, other = TRUE)

Arguments

data

A dataset ready for plotting, produced as a list of items using LSRPrisma_data().

previous

A logical argument specifying whether the 'previous studies/report' arm should be included in the flow diagram (TRUE) or not (FALSE).

other

A logical argument specifying whether the 'other sources' arm should be included in the flow diagram (TRUE) or not (FALSE).

Value

A LSR Prisma plot of the data plotted onto a flow diagram.

Examples

1
2
3
4
5
6
7
## Not run: 
data <- read.csv('inst/extdata/approach1.csv')
flowdata <- LSRPrisma_data(data)
plot <- LSRPrisma_flow(flowdata, previous = FALSE, other = TRUE)
plot

## End(Not run)

nealhaddaway/livingPRISMAflow documentation built on Dec. 22, 2021, 12:08 a.m.