Skip to content

Commit

Permalink
Merge pull request #1 from CoLRev-framework/geritwagner-patch-1
Browse files Browse the repository at this point in the history
Don't show other methods by default
  • Loading branch information
julianprester authored Oct 30, 2022
2 parents c663d9f + d355ea2 commit 417a451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/prisma.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ output_file = args[2]

flow_data <- read.csv(input_file)
flow_data <- PRISMA_data(flow_data)
flow <- PRISMA_flowdiagram(flow_data, fontsize = 12, interactive = TRUE, previous = FALSE, other = TRUE)
PRISMA_save(flow, filename = output_file, filetype = NA, overwrite = TRUE)
flow <- PRISMA_flowdiagram(flow_data, fontsize = 12, interactive = TRUE, previous = FALSE, other = FALSE)
PRISMA_save(flow, filename = output_file, filetype = NA, overwrite = TRUE)

0 comments on commit 417a451

Please sign in to comment.