Small helper function to select values from a character vector, based on regular expressions.
Examples
vector_select(names(iris), include = "Sepal", exclude = "Width")
#> [1] "Sepal.Length"
Small helper function to select values from a character vector, based on regular expressions.
vector_select(names(iris), include = "Sepal", exclude = "Width")
#> [1] "Sepal.Length"