Skip to content

Instantly share code, notes, and snippets.

@Robinlovelace
Created March 7, 2019 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robinlovelace/87e33d20b08d4ec8aa34e0975b418e95 to your computer and use it in GitHub Desktop.
Save Robinlovelace/87e33d20b08d4ec8aa34e0975b418e95 to your computer and use it in GitHub Desktop.
remotes::install_cran("questionr")
#> Skipping install of 'questionr' from a cran remote, the SHA1 (0.7.0) has not changed since last install.
#> Use `force = TRUE` to force installation
library(questionr)
d = data.frame(name = c("robin", "milena"), favourite_drink = c("coffee", "tea"))
lookfor(data = d, "drink")
#> variable
#> 2 favourite_drink
# <sup>Created on 2019-03-07 by the [reprex package](https://reprex.tidyverse.org) (v0.2.1)</sup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment