Y
Hacker News
new
|
ask
|
show
|
jobs
by
wodenokoto
2602 days ago
I tend to do like
x %>% left_join(y %>% preprocess1() %>% preprocess2())
But yes, my understanding is that right and left joins are the exact same function, just with the order of input switched.