- R Programming Fundamentals
- Kaelen Medeiros
- 97字
- 2021-07-23 16:58:22
Basic Flow Control
Flow Control includes different kinds of loops that you can use in R, such as the if/else, for, and while loops. While many of the concepts are very similar to how flow control and loops are used in other programming languages, they may be written differently in R.
Generally speaking, most loops are not considered best practice for coding in R. Some alternatives to loops, especially for loops, include the apply family of functions and functions contained in the purrr package, which you are encouraged to look up and learn about after this book.
推薦閱讀
- 自動控制工程設計入門
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- Practical Data Wrangling
- AWS:Security Best Practices on AWS
- 模型制作
- Linux服務與安全管理
- Mastering GitLab 12
- Mastering MongoDB 3.x
- Learning Cassandra for Administrators
- 常用傳感器技術及應用(第2版)
- Mastering Android Game Development with Unity
- 探索中國物聯網之路
- 深度學習實戰
- 服務科學概論
- Python Data Mining Quick Start Guide