Skip to content

Commit

Permalink
tmp change
Browse files Browse the repository at this point in the history
  • Loading branch information
MM committed Aug 19, 2024
1 parent 9d54b54 commit 521f5be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions crawl.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ out_json <- render_json(out, date=as.Date(now))
write(out_json, paste0("./output/", field, ".json"))

# Update past urls
write.table(out[,"url"],
file=paste0("./memory/", field, "_urls.csv"),
na="",
sep=";",
append=TRUE,
quote=FALSE,
col.names=FALSE,
row.names=FALSE)
# write.table(out[,"url"],
# file=paste0("./memory/", field, "_urls.csv"),
# na="",
# sep=";",
# append=TRUE,
# quote=FALSE,
# col.names=FALSE,
# row.names=FALSE)

# Write journal short list
journals_out <- unique(journals[,c("journal_full","journal_short")])
Expand Down

0 comments on commit 521f5be

Please sign in to comment.