Skip to content

Commit

Permalink
Closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Dec 12, 2023
1 parent f0b0276 commit 1be95db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/parse-studies.R
Expand Up @@ -53,6 +53,8 @@ obj_to_studies <- function(obj) {

s <- studies()

if(rlang::is_empty(obj$content$studies)) return(s)

# studies table
s@studies <- studies_tbl(
study_id = recode_missing(tws(obj$content$studies$accessionId)),
Expand Down

0 comments on commit 1be95db

Please sign in to comment.