View source: R/PRISMA_flowdiagram.R
PRISMA_data | R Documentation |
Read in a template CSV containing data for the flow diagram
PRISMA_data(data)
data |
File to read in. |
A list of objects needed to plot the flow diagram
csvFile <- system.file("extdata", "PRISMA.csv", package = "PRISMA2020") data <- read.csv(csvFile); data <- PRISMA_data(data);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.