R/arg-match.R

Defines functions match_arg

Documented in match_arg

#' Argument Matching
#'
#' Copy of [strex::match_arg()].
#'
#' @param ... Pass-through to `strex` function.
#'
#' @export
match_arg <- function(...) {
  strex::match_arg(...)
}

#' @rdname match_arg
#' @export
str_match_arg <- match_arg

Try the filesstrings package in your browser

Any scripts or data that you put into this service are public.

filesstrings documentation built on May 29, 2024, 3:32 a.m.