getPrisma: Create Prisma These functions create a PRISMA diagram from a...

Description Usage Arguments Value Examples

View source: R/getPrisma.R

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

1
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

1
2
3
4
prismaTemplate <- getPrisma(studyStatus)
prismaFormat <- getPrismaFormat(studyStatus)
prismaTemplate <- getPrisma(studyStatus, prismaFormat)
DiagrammeR::grViz(prismaTemplate)

prismadiagramR documentation built on May 4, 2020, 5:05 p.m.