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

Let me know 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)


jaymon0703/iemand documentation built on May 25, 2019, 6:23 p.m.