df3 <- subset(df2, !grepl("^Imag.*", appt_type))
Basically find all NOT (!) starting with Imag.
2.1m questions
2.1m answers
60 comments
57.0k users