knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Let me show you how to make a random person

require("iemand")
age <- create_age()
name <- give_name(sex = "female")
praise_nicely(name = name)


FCervantes/iemand documentation built on May 26, 2019, 7:26 a.m.