We are going to create a fake person, with a name, age and a complementary description.

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


theoniphotopoulou/iemand documentation built on May 26, 2019, 5:32 a.m.