Skip to content

Commit

Permalink
remove unnecessary cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Sep 9, 2024
1 parent fec558e commit 816395b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/citation_search_scopus.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,5 @@ citation_search_scopus <- function(identifiers) {
)
}

# clean up dois
scopus_results$dataset_id <-
gsub("ALL:", "", scopus_results$dataset_id)

return(scopus_results)
}

0 comments on commit 816395b

Please sign in to comment.