Created
March 7, 2019 08:41
-
-
Save Robinlovelace/87e33d20b08d4ec8aa34e0975b418e95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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