powered by
This function transforms a given name into an email address following the format firstname.lastname@chu-bordeaux.fr.
firstname.lastname@chu-bordeaux.fr
from_name_to_adress(name = "Peter Parker")
A character string containing the generated email address.
A character string representing a full name. Default is "Peter Parker".
from_name_to_adress("John Doe") from_name_to_adress()
Run the code above in your browser using DataLab