find_by_column | R Documentation |
cherche dans un tibble
find_by_column(data, string, col, return = c("id"))
data |
le dataframe/tibble dans lequel rechercher |
string |
la chaine à chercher |
col |
la colonne dans laquelle chercher |
return_col |
a vecteur de colonnes à retourner |
un id
## Not run: find_by_column(data, "un titre", "title") find_by_column(data = data, string = "un titre", "title", c("id", "rid")) find_by_column(data = data, string = stringr::fixed("rid"), "rid") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.