I wanted to use "check_that" function to check the type of my "Date" column:
df %>% check_that((as.Date(Dates, "%m/%d/%Y")))