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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.