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 April 16, 2024, 10:21 p.m.