This project I use R to clean and analyse data.
The dataset that I choose is nycflights13
Let’s go!
## print first line
print("hello world")
Load data
install.packages("tidyverse"
install.packages("nycflights13")
data("flight")
Write for Life
Naval Ravikant

Writing : code + media
- Media generates traffice
- Code is the foundation of software (as a product)
Leave a comment