powered by
Read in a template CSV containing data for the flow diagram
PRISMA_data(data)
A list of objects needed to plot the flow diagram
File to read in.
csvFile <- system.file("extdata", "PRISMA.csv", package = "PRISMA2020") data <- read.csv(csvFile); data <- PRISMA_data(data);
Run the code above in your browser using DataLab