Skip to content

Commit

Permalink
facet_locate: remove unneeded evaluation (Fixes tidyverse#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 3, 2012
1 parent 7cbd6c2 commit c97be66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/facet-locate.r
Expand Up @@ -18,7 +18,6 @@ locate_grid <- function(data, panels, rows = NULL, cols = NULL, margins = FALSE)
data <- add_margins(data, margin_vars, margins)

facet_vals <- quoted_df(data, c(rows, cols))
values <- compact(llply(data, quoted_df, vars = c(rows, cols)))

# If any facetting variables are missing, add them in by
# duplicating the data
Expand Down

0 comments on commit c97be66

Please sign in to comment.