Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner authored Jul 7, 2024
1 parent 1bbb44c commit 69309a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

[PRISMA2020](https://github.com/prisma-flowdiagram/PRISMA2020) is an R package that produces a flow diagram that conforms to the PRISMA 2020 standards.

Available at Dockerhub: [colrev/prisma](https://hub.docker.com/r/colrev/prisma)

## Usage

The docker image expects the path to a csv file as the input and returns a PRISMA diagram at the specified output path.

`docker run --rm -ti -v ${PWD}:/data colrev/prisma Rscript /prisma.R /data/PRISMA.csv /data/output.png`
`docker run --rm -ti -v ${PWD}:/data colrev/prisma Rscript /prisma.R /data/PRISMA.csv /data/output.png`

0 comments on commit 69309a5

Please sign in to comment.