# NOT RUN {
call_safe(whoami::email_address, dependency = "whoami",
args = list(fallback = "foobar@nowhere.com"),
fallback = "nobar@nowhere.com")
call_safe(whoami::email_address, dependency = "this_is_not_installed",
args = list(fallback = "foobar@nowhere.com"),
fallback = "nobar@nowhere.com")
# }
Run the code above in your browser using DataLab