Removing Values from a Data Frame

One option is to use dplyr::filter() function.

Also, you can learn more about data wrangling from this free ebook

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.

1 Like