str_detect_quote_one: Detect quotes in a string

View source: R/str_detect_quote.R

str_detect_quote_oneR Documentation

Detect quotes in a string

Description

Detect quotes in a string

Usage

str_detect_quote_one(
  x,
  .quote.patterns = text.quote.patterns,
  .verbose = FALSE
)

Arguments

x

unit-length character vector to be parsed

.quote.patterns

list of list of qquote patterns to be detected (see text.quote.patterns)

.verbose

logical

Value

a list object


haukelicht/politicaltweets documentation built on July 3, 2023, 4:11 a.m.