Skip to content

Commit

Permalink
parse Works publication_date field as date
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Sep 26, 2024
1 parent c3f64e5 commit df7dc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/oa2df.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ works2df <- function(data, abstract = TRUE, verbose = TRUE,
fields$type,
SIMPLIFY = FALSE
)
sim_fields$publication_date <- as.Date(sim_fields$publication_date)

author <- venue <- ab <- NULL

Expand Down

0 comments on commit df7dc18

Please sign in to comment.