Skip to content

Instantly share code, notes, and snippets.

@ozjimbob
Created May 15, 2018 01:36
Show Gist options
  • Save ozjimbob/2f6c58bd85c862f9aef85733245748dd to your computer and use it in GitHub Desktop.
Save ozjimbob/2f6c58bd85c862f9aef85733245748dd to your computer and use it in GitHub Desktop.
data = tibble(foo=c("Bah","Fuzz"))
my_column="foo"
data %>% filter(!!my_column := "Bah")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment