Elektrine lite

โ† Feed

@ManuelChevalier@mastodon.social

2026-07-13 15:45 UTC

Have you ever wondered what these strange-looking symbols |> or %>% AI keeps spitting really mean? They are actually beautiful things that make your data processing sooo much easier once you get the logic. These pipe operators ( |> or %>% ) can be interpreted as follows: "take the result of the transformation on the left-hand side of the operator and use it as input to the transformation on the right-hand side". Nothing less, nothing more. Elegant and efficient.

Replies (1)

  • And the length of your pipelines is unlimited. You can add as many operations as you need to feel satisfied. A |> B |> C |> D |> ... Properly indented, your code becomes much easier to read. Do yourself a favour and learn how to use pipelines efficiently for your data wrangling. ๐Ÿ“† August 3-7, 2026 ๐Ÿ“ Live & interactive, online ๐ŸŽŸ๏ธ https://datasharpacademy.com/workshop-rfundamentals/

    Open ##3788326