logo

Crowdly

The following two commands will always produce the same set of rows in the final...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

The following two commands will always produce the same set of rows in the final result

salary %>% arrange(desc(age)) %>% filter(age > 30)

salary %>% filter(age > 30) %>% arrange(desc(age))

Note: Assume age is a column in the data frame salary.

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на learning.monash.edu?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!