Skip to content

Commit

Permalink
Update modify.mdJSON.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvincelette committed Jul 26, 2024
1 parent f1a540f commit 0ad8698
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/modify.mdJSON.R
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,10 @@ modify.mdJSON <-
}
if (length(domainItem.omit) != 0) {
domainItem.input <- domainItem.input[-domainItem.omit]

if(length(domainItem.input)==0) {
how <- "quit"
}
}

}
Expand Down

0 comments on commit 0ad8698

Please sign in to comment.