Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 676 Bytes

R Learning Journey

Some of the projects i made when starting to learn R for Data Science at the university



Notice

To run the project correctly

  1. navigate to the specific tp

     cd SecondSemester
     cd TP1
    
  2. Update the path of datasets

     setwd("Your path")
     read.csv2("Your path",sep = ';')
    
  3. Star the repo :D

Todo

  • Naming the tps by their goals
  • Name better the folders
  • Better variable naming

License

The project is under MIT License