hello | R Documentation |
hello
says "hello" in the user-specified language. The user is asked to give her/his name so that the hello message gets personalized.
hello(who, lang = "EN", LangData = Hello::language)
who |
a |
lang |
a |
LangData |
an optional data.frame with two columns each of mode see |
a character
vector with a personalized "hello" message.
hello("James") hello("Amelia", "Es")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.