Skip to contents

Print personalised hello greeting from me.

Usage

hello(name = NULL)

Arguments

name

character string. Your name!

Value

prints hello greeting to console

Examples

hello()
#> 
#>  ------------------------ 
#> < Hello world from Anna! >
#>  ------------------------ 
#>                  \
#>                   \
#>             ,        ,
#>             /(        )`
#>             \ \___   / |
#>             /- _  `-/  '
#>            (/\/ \ \   /\
#>            / /   | `    
#>            O O   ) /    |
#>            `-^--'`<     '
#>           (_.)  _  )   /
#>            `.___/`    /
#>              `-----' /
#> <----.     __ / __   \
#> <----|====O)))==) \) /====
#> <----'    `--' `.__,' \
#>              |        |
#>               \       /
#>         ______( (_  / \______
#>       ,'  ,-----'   |        \
#>       `--{__________)        \/ [nosig]
hello("Lucy Elen")
#> 
#>  ---------------------------- 
#> < Hello Lucy Elen from Anna! >
#>  ---------------------------- 
#>  \
#>   \
#> 
#>     .ハ,,ハ
#>     ( ゚ω゚)
#>     |つ  つ
#>     U " U
#>         [BoingBoing]
#>