I am trying to perform a task in dplyr in which non-standard and standard evaluation should be combined, but I could not find a convenient solution. I want to reorder a level based on another column in the data.frame (needed for a visualisation):I am trying to perform a task in dplyr in which