R/get_ids.R

Defines functions get_ids

Documented in get_ids

#' @title Get IDs with Data in Package
#'
#' @description Return the IDs for the people scanned available in the 
#' kirby21 packages
#' @return Vector of numeric ids
#' 
#' @export
get_ids = function(){
  ids = c(113, 505, 934)
  return(ids)
}
neuroconductor-devel/kirby21.base documentation built on April 30, 2021, 11:12 a.m.