R/check_inputs_correlation.R

Defines functions check_inputs_correlation

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

check_inputs_correlation <- function(defs){
  return(defs)
}
franciscolobo/KOMODO2 documentation built on Dec. 30, 2021, 1:21 a.m.