Home
PRISMA.PRISMA — ModulePRISMA.jl
Julia package for generating checklists and flow diagrams based on the 2020 Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) statement (Page et al., 2021).
New Functions and Types:
For working with PRISMA checklists:
checklist_dataframe- returns an empty PRISMA checklist as the typeDataFramechecklist_template- returns an empty PRISMA checklist as comma-separated valueschecklist_read- reads the checklist data as aDataFramefrom comma-separated valueschecklist- takes a PDF and returns a completed PRISMA checklist as the typeChecklistchecklist_save- saves aChecklistas comma-separated valuesChecklist- includes a completed checklist and paper metadata
For working with PRISMA flow diagrams:
flow_diagram_dataframe- returns the template PRISMA flow diagram data as aDataFrameflow_diagram_template- returns the template PRISMA flow diagram data as comma-separated valuesflow_diagram_read- reads the flow diagram data as aDataFramefrom comma-separated valuesflow_diagram- returns a PRISMA flow diagram as the typeFlowDiagramflow_diagram_save- saves aFlowDiagramusing GraphvizFlowDiagram- the flow diagram type that can be displayed in the plot panel or saved
Reexports
OrderedCollections.OrderedDict-Checklist.metadatareturns anOrderedDictDataFrames.DataFrame- bothflow_diagram_dataframeandchecklist_dataframereturn aDataFrameBase.display-PRISMAadds a method for displaying theFlowDiagramin the plot panelBase.show-PRISMAadds new methods for printing theChecklistandFlowDiagramtypes