Data Science is the art of discovering insights, trends and patterns from raw data.
According to wikipedia, it's an study of algorithms that improve through experience.
- <- or = can be used as assignment operator
- '#' (without quotes) is used for comments
- to check a documentation of any predefined function one can use ? before the function name for e.g., ?mean() or dataset or packages
- To check long-form documentation use vignette()
- R doesn't follow similar index conventions of other languages as the index value starts from 1 in R not 0 thus making it more real world application.
- R commonly uses . notation for naming functions but tidyverse package uses _ notation for naming functions
- Data Types
- Intermediate R
- Data Manipulation
- Data Visualization
- Data Preprocessing
- Exploratory Data Analysis
- Model Devlopment