R/get_ids.R

Defines functions get_ids

Documented in get_ids

#' @title Get IDs with Data in the Kirby21.mricloud Package
#'
#' @description Return the IDs for the people scanned available in the 
#' kirby21.mricloud package
#' @return Vector of numeric ids
#' 
#' @examples 
#' get_ids()
#' @export
get_ids = function(){
  ids = c(127, 142, 239, 346, 422, 492, 501, 505, 656, 679, 742, 800, 814, 815, 849, 906, 913, 916, 934, 959)
  return(ids)
}
neuroconductor/kirby21.mricloud documentation built on May 19, 2021, 6:33 p.m.