0

I'm trying to filter two different data from the same column.

filtered_data <- filter(data, tailnum == "N76515")

I would also like to filter N76516. What is the code for that.

I've tried with

"N76515", "N76516" but that didn't work.

Thanks in advance.

0 Answers0