R/str-remove.R

Defines functions str_remove_quoted

Documented in str_remove_quoted

#' Remove the quoted parts of a string.
#'
#' Copy of [strex::str_remove_quoted()].
#'
#' @inheritParams match_arg
#'
#' @export
str_remove_quoted <- function(...) {
  strex::str_remove_quoted(...)
}

#' @rdname str_remove_quoted
#' @export
remove_quoted <- str_remove_quoted

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.