Hi, all

How to use elseif ?
For example, like following short python examples.

*********
x = 1
if x == 1:
  print 'same'
*elif* x > 1:
  print 'bigger'
else:
  print 'smaller'
*********

Thanks in advance,

Hyunchul Kim

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to