The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Title: Creates a Prisma Diagram using 'DiagrammeR'
Version: 1.0.0
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.
License: MIT + file LICENSE
URL: https://github.com/ltrainstg/prismadiagramR
BugReports: https://github.com/ltrainstg/prismadiagramR/issues
Encoding: UTF-8
LazyData: true
Suggests: testthat, knitr, rmarkdown, covr, flextable
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Imports: dplyr, DiagrammeR
Depends: R (≥ 2.10)
NeedsCompilation: no
Packaged: 2020-04-29 21:25:10 UTC; lionel
Author: Lionel Duarte ORCID iD [aut, cre]
Maintainer: Lionel Duarte <lduarte85718@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-04 15:10:08 UTC

prismadiagramR: 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.

Author(s)

Maintainer: Lionel Duarte lduarte85718@gmail.com (ORCID)

See Also

Useful links:


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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.