# Pipe ## Definition(s) ### Nexus : [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]] #### Topic: [[Google Analytics - 7 Data Analysis with R Programming - Module 2 - Programming using RStudio]] | [[Computer Programming]] >[! Definition] >A tool in [[R Programming|R]] for expressing a sequence of multiple operations, taking the output of one operation as input to the next operation in the sequence. ### Linux Nexus Topic >[! note] Definition Linux > ## Examples ### R ```r ToothGowth %>% filter(dose == 0.5) %>% arrange(len) ``` I expect the output of this line of code to be all values in the ToothGrowth variable whose value for dose is equal to 0.5 arranged by the length of row. ### Linux / Shell ```bash ls /usr/bin | grep fab ``` ## Related ## Resources ## Flashcards The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)