R/init_event_checkers.R

Defines functions check_plot_on_start

check_plot_on_start <- function(browser_options) {
  !as.logical(browser_options["plot_on_start"]) ||
    (!is.null(isolate(getQueryString())[["go"]]) && isolate(getQueryString())[["go"]] == TRUE)
}
m-swirski/RiboCrypt documentation built on July 7, 2024, 9:53 p.m.