greet.Rd
Di hola
greet(name = NULL)
String.
greet() #> [1] "hello world" greet('Mauro') #> [1] "hello Mauro"