Given name and age, when foo is called, then a string with that entity details is composed and returned.

foo(name, age)

Arguments

name

(character) The name of the entity.

age

(numeric) The age of the entity.

Value

(character) A string with the entity's details.

Examples

if (FALSE) { msg <- foo('Earth', 4.543e9) message(msg) }