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
rorynolan/filesstrings documentation built on Feb. 5, 2024, 6:01 p.m.