umx_grep(mtcars, "hp", output="both", ignore.case= TRUE)
umx_grep(c("hp", "ph"), "hp")
umx_grep(mtcars, "^h.*", output="both", ignore.case= TRUE)
## Not run:
# umx_grep(spss_df, "labeltext", output = "label")
# umx_grep(spss_df, "labeltext", output = "name")
# ## End(Not run)
Run the code above in your browser using DataLab