I am confused by the order in which I would arrange these two lines with pipes to make the code more readable (and also, this doesn't really need two lines as it is now, obviously). I don't have the piping mindset, yet, and it's hard in the beginning.
I have two tibbles, "ho" and "gw". Both tibbles have the column "S". I want to find the unique elements in "ho" missing in "gw" (honig, "ho not in gw") and store them in order.
alright, thanks. I will have to try how to incorporate order() into that pipe sequence. It's still not clear where I need to place the dots and the brackets and functions and dataframes. This is almost perfect, though.