Small helper function to select values from a character vector, based on regular expressions.
Examples
if (FALSE) { # \dontrun{
vector_select(names(iris), include = "Sepal", exclude = "Width")
} # }
Small helper function to select values from a character vector, based on regular expressions.
if (FALSE) { # \dontrun{
vector_select(names(iris), include = "Sepal", exclude = "Width")
} # }