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

This is a guide to creating a fake person. You can give the person a name, an age and praise them.

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



L3min/iemand documentation built on May 25, 2019, 12:23 p.m.