R/create_age.R

Defines functions create_age

Documented in create_age

#' Title
#'
#'@description
#'
#'    this is a program to sample a random age
#'

#' @export
#'

create_age = function(){
  age = sample(1:100,size = 1)
  return (age)
}
andrew4henning/iemand documentation built on May 25, 2019, 2:25 p.m.