Package 'prismadiagramR'

Title: Creates a Prisma Diagram using DiagrammeR
Description: Creates PRISMA <http://prisma-statement.org/> diagram from a minimal dataset of included and excluded studies and allows for more custom diagrams. PRISMA diagrams are used to track the identification, screening, eligibility, and inclusion of studies in a systematic review.
Authors: Lionel Duarte [aut, cre]
Maintainer: Lionel Duarte <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0
Built: 2025-02-27 03:47:04 UTC
Source: https://github.com/ltrainstg/prismadiagramr

Help Index


Create Prisma These functions create a PRISMA diagram from a simple dataframe keeping track of sources and filters It creates a DiagrammeR file run by grV

Description

Create Prisma These functions create a PRISMA diagram from a simple dataframe keeping track of sources and filters It creates a DiagrammeR file run by grV

Usage

getPrisma(studyStatus = NULL, prismaFormat = NULL)

Arguments

studyStatus

a dataframe that keeps track of

prismaFormat

how large to make the characters in the diagram

Value

prismaTemplate A text file use to make a PRISMA diagram.

Examples

prismaTemplate <- getPrisma(studyStatus)
prismaFormat <- getPrismaFormat(studyStatus)
prismaTemplate <- getPrisma(studyStatus, prismaFormat)
DiagrammeR::grViz(prismaTemplate)

Create Prisma These functions create a PRISMA diagram from a simple dataframe keeping track of sources and filters It creates a DiagrammeR file run by grV

Description

Create Prisma These functions create a PRISMA diagram from a simple dataframe keeping track of sources and filters It creates a DiagrammeR file run by grV

Usage

getPrismaFormat(studyStatus)

Arguments

studyStatus

a dataframe that keeps track of studies used.

Value

prismaFormat A dataframe with information on how to make a PRISMA diagram.

Examples

prismaTemplate <- getPrisma(studyStatus)
prismaFormat <- getPrismaFormat(studyStatus)
prismaTemplate <- getPrisma(studyStatus, prismaFormat)
DiagrammeR::grViz(prismaTemplate)

Prices of 50,000 round cut diamonds.

Description

A dataset containing one row per entry in the PRISMA diagram.

Usage

studyStatus

Format

A data frame with 10 rows and 4 variables:

Pub.ID

Pubblication unique identifier

Source

Source identifier

Filter

Filter identifier