compas <- read_csv("data/compas-scores-two-years.csv") The data file is actually named "data/compas-scores-2-years.csv" Change from two to 2.
compas <- read_csv("data/compas-scores-two-years.csv")
The data file is actually named "data/compas-scores-2-years.csv"
Change from two to 2.