rstudio / webinars

Code and slides for RStudio webinars
https://resources.rstudio.com/webinars
1.53k stars 1.41k forks source link

inside flevels(): fct_reorder() argument is called .x (not x) #42

Closed knbknb closed 6 years ago

knbknb commented 6 years ago

With "x" I encountered this error message:

mutate(df_r, method = fct_reorder(method, x = desc(time)))
Error in mutate_impl(.data, dots) : 
  Evaluation error: argument ".x" is missing, with no default.