Learn R Programming

PRISMAstatement

PRISMAstatement is a simple package which does one thing: generate publication quality flow charts of study inclusions and exclusions following recommendations of the PRISMA statement. See the vignettes (vignette("PRISMA"), vignette("exclusionflowcharts")) for more details.

Installation

You can install the released version of PRISMAstatement from CRAN with:

install.packages("PRISMAstatement")

Example

library(PRISMAstatement)
prisma(found = 750,
       found_other = 123,
       no_dupes = 776, 
       screened = 776, 
       screen_exclusions = 13, 
       full_text = 763,
       full_text_exclusions = 17, 
       qualitative = 746, 
       quantitative = 319)

Copy Link

Version

Install

install.packages('PRISMAstatement')

Monthly Downloads

392

Version

1.1.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 8th, 2019

Functions in PRISMAstatement (1.1.1)

prisma

Generate a PRISMA statement flow chart
flow_exclusions

Generic exclusions flow chart (beta)
prisma_pdf

Make PDF of the plot