Skip to content

Commit

Permalink
issue #163: PICA: general changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Sep 5, 2022
1 parent 086ea6b commit 4413d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/marc-history/marc-history-groupped.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (length(args) == 0) {
# output dir
output_dir <- args[1]
}
output_dir <- '/home/kiru/Documents/marc21/_output/k10plus_pica'
# output_dir <- '/home/kiru/Documents/marc21/_output/k10plus_pica'

file <- 'marc-history-groupped.csv'
path <- paste0(output_dir, '/', file)
Expand Down Expand Up @@ -147,4 +147,4 @@ if (!dir.exists(img_dir)) {
img_path <- paste0(img_dir, '/marc-history.png')
ggsave(plot, device="png", filename=img_path, width=10, height=5)

print('DONE')
print('DONE')

0 comments on commit 4413d62

Please sign in to comment.