6  函数 & 程序流程控制

6.1 函数

6.2 程序流程控制

6.2.1 if (cond) { … } else { … }

6.2.2 for (i in seq(along.with = x)) { … }