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

Let me show you how to create a fake person. We will give this person a name, an age, and praise them.

library("iemand")
age <- create_age()
name <- give_name(gender = "female")
praise_nicely(name = name)


TheRiver/iemand documentation built on May 25, 2019, 1:35 p.m.