Welcome to the community!
The argument to your function is not right. Remove the file part, and try again. Also, the file extension is likely to be csv and not cvs, check once.
crime <- read.csv("/Users/gabrielacastro/Desktop/Campus_Crime.csv")
If it doesn't solve, share the full error message, and preferably a reproducible example.