Converts a PRISMA systematic review flow diagram into an interactive HTML plot, for embedding links from each box.
PRISMA_interactive_(plot, urls, previous, other)
A plot object from PRISMA_flowdiagram()
.
A dataframe consisting of two columns: nodes and urls. The first column should contain 19 rows for the nodes from node1 to node19. The second column should contain a corresponding URL for each node.
Logical argument (TRUE or FALSE) (supplied through
PRISMA_flowdiagram()
) specifying whether previous studies were sought.
Logical argument (TRUE or FALSE) (supplied through
PRISMA_flowdiagram()
) specifying whether other studies were sought.
An interactive flow diagram plot.
PRISMA_interactive_()