R/bt_get_squad_cutoff.R

Defines functions bt_get_squad_cutoff

Documented in bt_get_squad_cutoff

#' Returns current cutoff value used by the BT squad
#'
#' Like a standard getter function.
#'
#' @return the cutoff value used by the squad to determine relevance
#'
bt_get_squad_cutoff = function(squad.classifier="content/0 core/Bastiat squad classifier.Rdata"){
  load(squad.classifier)
  return(cutoff)
}
global-trade-alert/gtabastiat documentation built on June 4, 2023, 6:40 a.m.