tidy tuesday - bob ross (2019-08-05)

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hi Michael, can I filter for 2 conditions on the same column?
I am trying to filter rows where Title = LAKESIDE CABIN or Title = MOUNTAIN WATERFALL.

Something like df >> filter(_.<ColumnName> == (<Condition1> or <Condition2>))

rahuldua
Автор

Nice implementation, Michael! I think it can help me a lot! One question: what is the other window where you test some code? It seems helpful when working on jupyter!

karlo