Skip to content

Commit a034161

Browse files
committed
Update R/external_data.R
1 parent e1fc3b2 commit a034161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/external_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ study_external_IDs <- function(study_id) {
3838
external_data_url = data_deposit
3939
)
4040
if (!is.null(pmid)) {
41-
# res$popset_ids <- entrez_link(dbfrom = "pubmed", db = "popset", id = pmid)[["links"]][["pubmed_popset"]]
41+
res$popset_ids <- entrez_link(dbfrom = "pubmed", db = "popset", id = pmid)[["links"]][["pubmed_popset"]]
4242
res$nucleotide_ids <- entrez_link(dbfrom = "pubmed", db = "nuccore", id = pmid)[["links"]][["pubmed_nuccore"]]
4343
}
4444
structure(res, class = c("study_external_data", "list"), id = study_id)

0 commit comments

Comments
 (0)