Person <- function(given, family, age = NA_real_, role = NA_character_, email = NA_character_, comment = NA_character_) { age <- as.double(age)
new("Person", age = age, given = given, family = family, role = role, email = email, comment = comment ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.