carpentries-incubator / targets-workshop

Pre-alpha {targets} workshop
https://carpentries-incubator.github.io/targets-workshop/
Other
33 stars 6 forks source link

use drop_na instead of remove_missing #6

Open drmowinckels opened 1 year ago

drmowinckels commented 1 year ago

drop_na is tidyr, while remove_missing is ggplot2. Their use a SLIGHLTY different, but I think maybe its better to use a function from one of the manipulation packages rather than the viz package.