Skip to content

Commit 35c26b5

Browse files
committed
chnage rba_reactome_pathways_events output to named list
1 parent c556172 commit 35c26b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/reactome_content.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2231,7 +2231,7 @@ rba_reactome_pathways_events <- function(event_id,
22312231
event_id
22322232
)
22332233
accept_input <- "application/json"
2234-
parser_input <- "json->df"
2234+
parser_input <- "json->list"
22352235
file_ext <- "json"
22362236

22372237
if (!is.null(attribute_name)) {

0 commit comments

Comments
 (0)