R/get_hiat_no.adm.R

Defines functions get_hiat_no.adm

get_hiat_no.adm = function(x){
  
  #'
  #' @export
  #' 
  
  return(length(get_hiat_pos(x)))
}

Try the admtools package in your browser

Any scripts or data that you put into this service are public.

admtools documentation built on Oct. 4, 2024, 1:09 a.m.