Description Usage Arguments Value Examples
View source: R/LSRPrisma_flow.R
Produce various formats of PRISMA 2020 compliant living systematic review flow diagrams with options for showing inputs from previous reviews and other sources.
1 | LSRPrisma_flow(data, previous = TRUE, other = TRUE)
|
data |
A dataset ready for plotting, produced as a list
of items using |
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). |
A LSR Prisma plot of the data plotted onto a flow diagram.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.