Summary · Filter rows by logical criteria: my_data %>% filter(Sepal.Length >7) · Select n random rows: my_data %>% sample_n(10) · Select a random fraction of rows: ...
確定! 回上一頁