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(sex = "female")
praise_nicely(name = name)


chibimaelle/iemand documentation built on May 25, 2019, 3:26 p.m.