| R Programming Ttidyverse |
| 1 | arrange() - Order rows using column values. |
| 2 | distinct() - Keep distinct/unique rows. |
| 3 | filter() - Keep rows that match a condition. |
| 4 | slice() - Subset rows using their positions. |
| 5 | glimpse() - Get a glimpse of your data. |
| 6 | mutate() - Create, modify, and delete columns. |
| 7 | pull() - Extract a single column. |
| 8 | relocate() - Change column order. |
| 9 | rename() - Rename columns. |
| 10 | select() - Keep or drop columns using their names and types. |
Комментарии