magik of R implicit return [🇷 for BE/BA]

posted by mittyri  – Russia, 2019-04-28 00:23 (2259 d 07:27 ago) – Posting: # 20253
Views: 9,148

Dear Detlew!

❝ Do you have the thousand sentences for me?

I have many of those, but for clarity I prefer a simplified version what was going on:

veryspecialfunction <- function(flag) {
  if (flag == 1) {
    "one"
  }
 
  if (flag == 2){
    "two"
  } 
}

Now running:
veryspecialfunction(2)
[1] "two"

veryspecialfunction(1)
# nothing here!
typeof(veryspecialfunction(1))
[1] "NULL"

Kind regards,
Mittyri

Complete thread:

UA Flag
Activity
 Admin contact
23,426 posts in 4,929 threads, 1,679 registered users;
68 visitors (0 registered, 68 guests [including 5 identified bots]).
Forum time: 07:51 CEST (Europe/Vienna)

Half the harm that is done in this world
Is due to people who want to feel important.    T. S. Eliot

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5