R

Getting familiar with dplyr

The aim of this workshop is to get familiar with dplyr, an R package to transform and summarize dataframe. The packages lubridate will be sligtly described your_dataset<- read.csv("~/Dropbox/folder1/folder2/awesomedata.csv") # how to read your file bike<-readRDS("~/folder1/folder2/trips.RDS") # here is the dataset I'm using as an example. # don't forget to copy your own path !! library(dplyr) library(lubridate) Description of the database “bike” trips is a dataset containing information on each bike rental: