You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
incompatible_papers = s2_papers(c("a661420975b9201e5f67b4c24527376f0a646a87", "3a5b354d117eeb86b62c8fc91296ce55464e9e71"))
Error in `dplyr::bind_rows()`:
! Can't combine `..1$year` <character> and `..2$year` <integer>.
Run `rlang::last_trace()` to see where the error occurred.
Looks like the year class for the second paper is 'character' but it's numeric for most papers. Is this a known issue? Maybe it only affects certain (newer) versions of dplyr?
packageVersion("dplyr")
[1] ‘1.1.2’
The text was updated successfully, but these errors were encountered:
Looks like the year class for the second paper is 'character' but it's numeric for most papers. Is this a known issue? Maybe it only affects certain (newer) versions of dplyr?
The text was updated successfully, but these errors were encountered: