/r-worksheet

R worksheet ;)

Primary LanguageR

r-worksheet

This project is a worksheet with things that we can do usin R

  • Manipulate Dataframe (groupby, select, filter, arrange, summarise etc.)
  • Plot using ggplot
  • Read csv files, write csv files
  • How to deal with NAs (not Available)
  • Pipe operator (chaining)
  • Join Dataframes (inner, full, left, right)