A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tidyverse/dplyr/issues/3357 below:

order_by() could have an error hint when confused with arrange() · Issue #3357 · tidyverse/dplyr · GitHub

econandrew opened on Feb 13, 2018

Issue body actions

For those of us who sometimes have SQL on the brain...

> df <- df %>% order_by(value)
Error: `call` must be a function call, not a symbol
> df <- df %>% order_by(-value)
Error: Can't use matrix or array for column indexing
> df <- df %>% arrange(-value)

e.g. Did you mean to use arrange()?

Lef-F, nilescbn, NaasvanH, baderstine, jkylearmstrong and 1 more


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4