R/check_inputs_significance.R

Defines functions check_inputs_significance

# Checks that the input list for a significance test has the necessary
# fields. (Not exported to the namespace)

check_inputs_significance <- function(defs){
  return(defs)
}
fcampelo/KOMODO2-CRAN documentation built on March 7, 2020, 6:35 a.m.