Description
In this coures, you will :
- Understanding of how dates and times are generated This chapter will give you enough information to get started with dates, but it will only scratch the surface of what you can do with them.
- Learn everything you can about them and write a programme that tells you whether to buy or sell a stock.
- Learn everything there is to know about repeat, while, and for loops!
- Functions are how you tell R what to do with your data and how you store it.
- Learn about using built-in functions, creating your own unique functions, and a brief introduction to packages.
Syllabus :
- Dates
- If Statements and Operators
- Loops
- Functions
- Apply