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)
}

Try the kirby21.base package in your browser

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

kirby21.base documentation built on July 8, 2020, 5:07 p.m.